OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:null_cipher
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/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/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 230 milliseconds