OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_cipher
(Results
1 - 7
of
7
) sorted by null
/external/srtp/crypto/cipher/
null_cipher.c
2
*
null_cipher
.c
48
#include "
null_cipher
.h"
51
/* the
null_cipher
uses the cipher debug module */
57
extern cipher_type_t
null_cipher
;
63
/* allocate memory a cipher of type
null_cipher
*/
70
(*c)->type = &
null_cipher
;
77
null_cipher
.ref_count++;
85
extern cipher_type_t
null_cipher
;
91
/* free memory of type
null_cipher
*/
95
null_cipher
.ref_count--
140
cipher_type_t
null_cipher
= {
variable
[
all
...]
/external/boringssl/src/crypto/cipher/
e_null.c
71
static int
null_cipher
(EVP_CIPHER_CTX *ctx, uint8_t *out,
function
82
null_cipher
, NULL /* cleanup */, NULL /* ctrl */,
/external/srtp/
Android.mk
10
crypto/cipher/
null_cipher
.c \
Makefile
75
ciphers = crypto/cipher/cipher.o crypto/cipher/
null_cipher
.o \
/external/srtp/crypto/test/
cipher_driver.c
52
#include "
null_cipher
.h"
110
*
null_cipher
, aes_icm, and aes_cbc are the cipher meta-objects
115
extern cipher_type_t
null_cipher
;
166
cipher_driver_test_array_throughput(&
null_cipher
, 0, num_cipher);
177
cipher_driver_self_test(&
null_cipher
);
182
/* do timing and/or buffer_test on
null_cipher
*/
183
status = cipher_type_alloc(&
null_cipher
, &c, 0);
/external/srtp/crypto/
Makefile
69
ciphers = cipher/cipher.o cipher/
null_cipher
.o \
/external/srtp/crypto/kernel/
crypto_kernel.c
70
extern cipher_type_t
null_cipher
;
151
status = crypto_kernel_load_cipher_type(&
null_cipher
,
NULL_CIPHER
);
Completed in 121 milliseconds