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

/external/python/cpython2/Modules/
H A D_hashopenssl.c593 HMAC_CTX hctx_tpl, hctx; local
599 HMAC_CTX_init(&hctx_tpl);
603 if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL)) {
604 HMAC_CTX_cleanup(&hctx_tpl);
619 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
620 HMAC_CTX_cleanup(&hctx_tpl);
626 HMAC_CTX_cleanup(&hctx_tpl);
633 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
634 HMAC_CTX_cleanup(&hctx_tpl);
639 HMAC_CTX_cleanup(&hctx_tpl);
[all...]
/external/python/cpython3/Modules/
H A D_hashopenssl.c550 HMAC_CTX hctx_tpl, hctx; local
556 HMAC_CTX_init(&hctx_tpl);
560 if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL)) {
561 HMAC_CTX_cleanup(&hctx_tpl);
576 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
577 HMAC_CTX_cleanup(&hctx_tpl);
583 HMAC_CTX_cleanup(&hctx_tpl);
590 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
591 HMAC_CTX_cleanup(&hctx_tpl);
596 HMAC_CTX_cleanup(&hctx_tpl);
[all...]

Completed in 70 milliseconds