OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_type_t
(Results
1 - 11
of
11
) sorted by null
/external/srtp/doc/
crypto_kernel.txt
28
cipher_type_alloc(
cipher_type_t
*ctype, cipher_t **cipher,
/external/srtp/crypto/cipher/
null_cipher.c
57
extern
cipher_type_t
null_cipher;
85
extern
cipher_type_t
null_cipher;
140
cipher_type_t
null_cipher = {
aes_cbc.c
59
extern
cipher_type_t
aes_cbc;
91
extern
cipher_type_t
aes_cbc;
431
cipher_type_t
aes_cbc = {
aes_icm.c
94
extern
cipher_type_t
aes_icm;
138
extern
cipher_type_t
aes_icm;
501
cipher_type_t
aes_icm = {
cipher.c
84
cipher_type_self_test(const
cipher_type_t
*ct) {
/external/srtp/crypto/include/
cipher.h
70
* as cipher_t and
cipher_type_t
are not yet defined
73
typedef struct
cipher_type_t
*cipher_type_pointer_t;
137
/*
cipher_type_t
defines the 'metadata' for a particular cipher type */
139
typedef struct
cipher_type_t
{
struct
150
}
cipher_type_t
;
typedef in typeref:struct:cipher_type_t
158
cipher_type_t
*type;
201
cipher_type_self_test(const
cipher_type_t
*ct);
crypto_kernel.h
78
cipher_type_t
*cipher_type;
180
crypto_kernel_load_cipher_type(
cipher_type_t
*ct, cipher_type_id_t id);
/external/srtp/crypto/test/
cipher_driver.c
60
cipher_driver_self_test(
cipher_type_t
*ct);
77
cipher_driver_test_array_throughput(
cipher_type_t
*ct,
92
cipher_type_t
*ctype, int klen);
115
extern
cipher_type_t
null_cipher;
116
extern
cipher_type_t
aes_icm;
117
extern
cipher_type_t
aes_cbc;
239
cipher_driver_self_test(
cipher_type_t
*ct) {
346
cipher_type_t
*ctype, int klen) {
474
cipher_driver_test_array_throughput(
cipher_type_t
*ct,
stat_driver.c
38
extern
cipher_type_t
aes_icm;
/external/srtp/crypto/kernel/
crypto_kernel.c
70
extern
cipher_type_t
null_cipher;
71
extern
cipher_type_t
aes_icm;
72
extern
cipher_type_t
aes_cbc;
301
crypto_kernel_load_cipher_type(
cipher_type_t
*new_ct, cipher_type_id_t id) {
392
cipher_type_t
*
413
cipher_type_t
*ct;
/external/srtp/srtp/
srtp.c
61
extern
cipher_type_t
aes_icm;
[
all
...]
Completed in 339 milliseconds