OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cipher_type
(Results
1 - 8
of
8
) sorted by null
/external/srtp/crypto/kernel/
crypto_kernel.c
194
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/srtp/googlepatches/
google-9-rdbx-leak-plug.patch
32
stat = crypto_kernel_alloc_cipher(p->rtp.
cipher_type
,
70
stat = crypto_kernel_alloc_cipher(p->rtcp.
cipher_type
,
/external/srtp/crypto/include/
crypto_kernel.h
78
cipher_type_t *
cipher_type
;
member in struct:kernel_cipher_type
crypto_types.h
78
* A cipher_type_id_t is an identifier for a
cipher_type
; only values
/external/srtp/test/
rtpw.c
375
policy.rtp.
cipher_type
= NULL_CIPHER;
381
policy.rtcp.
cipher_type
= NULL_CIPHER;
/external/srtp/srtp/
srtp.c
98
stat = crypto_kernel_alloc_cipher(p->rtp.
cipher_type
,
126
stat = crypto_kernel_alloc_cipher(p->rtcp.
cipher_type
,
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java
309
* select (CipherSpec.
cipher_type
) {
/external/srtp/include/
srtp.h
122
cipher_type_id_t
cipher_type
; /**< An integer representing
member in struct:crypto_policy_t
Completed in 112 milliseconds