Searched refs:HMAC_CTX (Results 1 – 14 of 14) sorted by relevance
/external/openssl/include/openssl/ |
D | hmac.h | 83 } HMAC_CTX; typedef 88 void HMAC_CTX_init(HMAC_CTX *ctx); 89 void HMAC_CTX_cleanup(HMAC_CTX *ctx); 93 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len, 95 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, 97 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len); 98 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
|
D | ssl.h | 775 HMAC_CTX *hctx, int enc);
|
/external/openssl/crypto/hmac/ |
D | hmac.h | 83 } HMAC_CTX; typedef 88 void HMAC_CTX_init(HMAC_CTX *ctx); 89 void HMAC_CTX_cleanup(HMAC_CTX *ctx); 93 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len, 95 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, 97 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len); 98 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
|
D | hmac.c | 64 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, in HMAC_Init_ex() 116 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len, in HMAC_Init() 124 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() 129 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) in HMAC_Final() 143 void HMAC_CTX_init(HMAC_CTX *ctx) in HMAC_CTX_init() 150 void HMAC_CTX_cleanup(HMAC_CTX *ctx) in HMAC_CTX_cleanup() 162 HMAC_CTX c; in HMAC()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 1803 HMAC_CTX *c = racoon_malloc(sizeof(*c)); 1840 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); 1853 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l); 1855 HMAC_cleanup((HMAC_CTX *)c); 1897 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); 1910 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l); 1912 HMAC_cleanup((HMAC_CTX *)c); 1954 HMAC_Update((HMAC_CTX *)c, (unsigned char *) data->v, data->l); 1967 HMAC_Final((HMAC_CTX *)c, (unsigned char *) res->v, &l); 1969 HMAC_cleanup((HMAC_CTX *)c); [all …]
|
/external/openssl/crypto/pkcs12/ |
D | p12_mutl.c | 71 HMAC_CTX hmac; in PKCS12_gen_mac()
|
/external/openssl/ssl/ |
D | t1_enc.c | 125 HMAC_CTX ctx; in tls1_P_hash() 126 HMAC_CTX ctx_tmp; in tls1_P_hash() 720 HMAC_CTX hmac; in tls1_mac()
|
D | t1_lib.c | 794 HMAC_CTX hctx; in tls_decrypt_ticket()
|
D | s3_lib.c | 2262 HMAC_CTX *, int))fp; in ssl3_ctx_callback_ctrl()
|
D | ssl.h | 775 HMAC_CTX *hctx, int enc);
|
D | s3_srvr.c | 2705 HMAC_CTX hctx; in ssl3_send_newsession_ticket()
|
/external/openssl/crypto/evp/ |
D | p5_crpt2.c | 86 HMAC_CTX hctx; in PKCS5_PBKDF2_HMAC_SHA1()
|
/external/openssl/apps/ |
D | dgst.c | 434 HMAC_CTX hmac_ctx; in do_fp()
|
D | speed.c | 1669 HMAC_CTX hctx; in MAIN()
|