HomeSort by relevance Sort by last modified time
    Searched defs:null_cipher (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/evp/
e_null.c 68 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/
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...]

Completed in 1126 milliseconds