Searched refs:cipher_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
266 ctype->cipher_type->description);
325 status = cipher_type_test(new_ct, ctype->cipher_type->test_data);
331 else if (new_ct == ctype->cipher_type)
349 new_ctype->cipher_type = new_ct;
450 return ctype->cipher_type;
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
266 ctype->cipher_type->description);
318 if ((new_ct == ctype->cipher_type) || (id == ctype->id))
330 new_ctype->cipher_type = new_ct;
400 return ctype->cipher_type;
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcrypto_kernel.h78 cipher_type_t *cipher_type; member in struct:kernel_cipher_type
188 * replaces the crypto kernel's existing cipher for the cipher_type id
190 * existing cipher_type's self tests as well as its own.
/external/srtp/crypto/include/
H A Dcrypto_kernel.h78 cipher_type_t *cipher_type; member in struct:kernel_cipher_type
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp.h122 cipher_type_id_t cipher_type; /**< An integer representing member in struct:crypto_policy_t
/external/srtp/include/
H A Dsrtp.h122 cipher_type_id_t cipher_type; /**< An integer representing member in struct:crypto_policy_t
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c119 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
151 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,
1534 p->cipher_type = AES_ICM;
1546 p->cipher_type = AES_ICM;
1564 p->cipher_type = AES_ICM;
1583 p->cipher_type = AES_ICM;
1600 p->cipher_type = NULL_CIPHER;
1617 p->cipher_type = AES_ICM;
1635 p->cipher_type = AES_ICM;
/external/srtp/test/
H A Drtpw.c375 policy.rtp.cipher_type = NULL_CIPHER;
381 policy.rtcp.cipher_type = NULL_CIPHER;
/external/srtp/srtp/
H A Dsrtp.c98 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
126 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,
1365 p->cipher_type = AES_128_ICM;
1377 p->cipher_type = AES_128_ICM;
1395 p->cipher_type = AES_128_ICM;
1414 p->cipher_type = AES_128_ICM;
1431 p->cipher_type = NULL_CIPHER;
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Drtpw.c396 policy.rtp.cipher_type = NULL_CIPHER;
402 policy.rtcp.cipher_type = NULL_CIPHER;

Completed in 200 milliseconds