Searched refs:HMAC_CTX (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dhmac.h83 } HMAC_CTX; typedef in typeref:struct:hmac_ctx_st
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A Dhmac.h83 } HMAC_CTX; typedef in typeref:struct:hmac_ctx_st
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);
H A Dhmac.c64 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
116 void HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
124 void HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
129 void HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
143 void HMAC_CTX_init(HMAC_CTX *ctx)
150 void HMAC_CTX_cleanup(HMAC_CTX *ctx)
162 HMAC_CTX c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhmac.h82 } HMAC_CTX; typedef in typeref:struct:hmac_ctx_st
86 void HMAC_CTX_init(HMAC_CTX *ctx);
87 void HMAC_CTX_cleanup(HMAC_CTX *ctx);
93 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md);
94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
97 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
101 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
103 void HMAC_CTX_set_flags(HMAC_CTX *ct
[all...]
H A Dhmac.c68 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
158 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
165 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
177 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
202 void HMAC_CTX_init(HMAC_CTX *ctx)
210 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx)
226 void HMAC_CTX_cleanup(HMAC_CTX *ctx)
244 HMAC_CTX c;
263 void HMAC_CTX_set_flags(HMAC_CTX *ct
[all...]
H A Dhm_pmeth.c72 HMAC_CTX ctx;
H A Dhmactest.c144 HMAC_CTX ctx, ctx2;
301 printf("Failed to copy HMAC_CTX (test 6)\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhmac.h82 } HMAC_CTX; typedef in typeref:struct:hmac_ctx_st
86 void HMAC_CTX_init(HMAC_CTX *ctx);
87 void HMAC_CTX_cleanup(HMAC_CTX *ctx);
93 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md);
94 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
96 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len);
97 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len);
101 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
103 void HMAC_CTX_set_flags(HMAC_CTX *ct
[all...]
H A Dhmac.c68 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
158 int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md)
165 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len)
177 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len)
202 void HMAC_CTX_init(HMAC_CTX *ctx)
210 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx)
226 void HMAC_CTX_cleanup(HMAC_CTX *ctx)
244 HMAC_CTX c;
263 void HMAC_CTX_set_flags(HMAC_CTX *ct
[all...]
H A Dhm_pmeth.c72 HMAC_CTX ctx;
H A Dhmactest.c144 HMAC_CTX ctx, ctx2;
301 printf("Failed to copy HMAC_CTX (test 6)\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_openssl.h50 typedef HMAC_CTX hmac_ctx_t;
H A Dcrypto_openssl.c719 hmac_ctx_init (HMAC_CTX *ctx, const uint8_t *key, int key_len,
734 hmac_ctx_cleanup(HMAC_CTX *ctx)
740 hmac_ctx_size (const HMAC_CTX *ctx)
746 hmac_ctx_reset (HMAC_CTX *ctx)
752 hmac_ctx_update (HMAC_CTX *ctx, const uint8_t *src, int src_len)
758 hmac_ctx_final (HMAC_CTX *ctx, uint8_t *dst)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dsmdevp.c311 { data->ctx = (void*)SOAP_MALLOC(soap, sizeof(HMAC_CTX));
312 HMAC_CTX_init((HMAC_CTX*)data->ctx);
328 HMAC_Init((HMAC_CTX*)data->ctx, key, keylen, EVP_sha1());
366 HMAC_Update((HMAC_CTX*)data->ctx, (const unsigned char*)buf, len);
405 HMAC_Final((HMAC_CTX*)data->ctx, (unsigned char*)buf, &n);
426 HMAC_CTX_cleanup((HMAC_CTX*)data->ctx);
463 HMAC_CTX_cleanup((HMAC_CTX*)data->ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dsmdevp.c311 { data->ctx = (void*)SOAP_MALLOC(soap, sizeof(HMAC_CTX));
312 HMAC_CTX_init((HMAC_CTX*)data->ctx);
328 HMAC_Init((HMAC_CTX*)data->ctx, key, keylen, EVP_sha1());
366 HMAC_Update((HMAC_CTX*)data->ctx, (const unsigned char*)buf, len);
405 HMAC_Final((HMAC_CTX*)data->ctx, (unsigned char*)buf, &n);
426 HMAC_CTX_cleanup((HMAC_CTX*)data->ctx);
463 HMAC_CTX_cleanup((HMAC_CTX*)data->ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_mutl.c73 HMAC_CTX hmac;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_mutl.c71 HMAC_CTX hmac;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_mutl.c73 HMAC_CTX hmac;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c1463 HMAC_CTX *c = racoon_malloc(sizeof(*c));
1499 HMAC_Update((HMAC_CTX *)c, data->v, data->l);
1512 HMAC_Final((HMAC_CTX *)c, res->v, &l);
1559 HMAC_Update((HMAC_CTX *)c, data->v, data->l);
1572 HMAC_Final((HMAC_CTX *)c, res->v, &l);
1619 HMAC_Update((HMAC_CTX *)c, data->v, data->l);
1632 HMAC_Final((HMAC_CTX *)c, res->v, &l);
1679 HMAC_Update((HMAC_CTX *)c, data->v, data->l);
1692 HMAC_Final((HMAC_CTX *)c, res->v, &l);
1739 HMAC_Update((HMAC_CTX *)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt2.c86 HMAC_CTX hctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt2.c89 HMAC_CTX hctx_tpl, hctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dp5_crpt2.c89 HMAC_CTX hctx_tpl, hctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c125 HMAC_CTX ctx;
126 HMAC_CTX ctx_tmp;
720 HMAC_CTX hmac;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddgst.c427 HMAC_CTX hmac_ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dspeed.c1605 HMAC_CTX hctx;

Completed in 243 milliseconds

12