Searched refs:hctx_tpl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt2.c89 HMAC_CTX hctx_tpl, hctx; local
95 HMAC_CTX_init(&hctx_tpl);
102 if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL)) {
103 HMAC_CTX_cleanup(&hctx_tpl);
119 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
120 HMAC_CTX_cleanup(&hctx_tpl);
126 HMAC_CTX_cleanup(&hctx_tpl);
133 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
134 HMAC_CTX_cleanup(&hctx_tpl);
139 HMAC_CTX_cleanup(&hctx_tpl);
[all...]
/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; local
95 HMAC_CTX_init(&hctx_tpl);
102 if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL)) {
103 HMAC_CTX_cleanup(&hctx_tpl);
119 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
120 HMAC_CTX_cleanup(&hctx_tpl);
126 HMAC_CTX_cleanup(&hctx_tpl);
133 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
134 HMAC_CTX_cleanup(&hctx_tpl);
139 HMAC_CTX_cleanup(&hctx_tpl);
[all...]

Completed in 108 milliseconds