HomeSort by relevance Sort by last modified time
    Searched refs:hctx_tpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/evp/
pbkdf.c 68 HMAC_CTX hctx_tpl, hctx; local
71 HMAC_CTX_init(&hctx_tpl);
81 if (!HMAC_Init_ex(&hctx_tpl, password, password_len, digest, NULL)) {
82 HMAC_CTX_cleanup(&hctx_tpl);
97 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
98 HMAC_CTX_cleanup(&hctx_tpl);
104 HMAC_CTX_cleanup(&hctx_tpl);
111 if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
112 HMAC_CTX_cleanup(&hctx_tpl);
117 HMAC_CTX_cleanup(&hctx_tpl);
    [all...]
  /external/openssl/crypto/evp/
p5_crpt2.c 88 HMAC_CTX hctx_tpl, hctx; local
94 HMAC_CTX_init(&hctx_tpl);
101 if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL))
103 HMAC_CTX_cleanup(&hctx_tpl);
119 if (!HMAC_CTX_copy(&hctx, &hctx_tpl))
121 HMAC_CTX_cleanup(&hctx_tpl);
128 HMAC_CTX_cleanup(&hctx_tpl);
136 if (!HMAC_CTX_copy(&hctx, &hctx_tpl))
138 HMAC_CTX_cleanup(&hctx_tpl);
144 HMAC_CTX_cleanup(&hctx_tpl);
    [all...]

Completed in 556 milliseconds