Searched defs:null_cipher (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_null.c69 static int null_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, function
80 null_cipher, NULL /* cleanup */, NULL /* ctrl */,
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Dnull_cipher.c2 * 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
140 cipher_type_t null_cipher = { variable
[all...]
/external/openssl/crypto/evp/
H A De_null.c68 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
76 null_cipher,
97 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function
/external/srtp/crypto/cipher/
H A Dnull_cipher.c2 * 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
140 cipher_type_t null_cipher = { variable
[all...]

Completed in 867 milliseconds