Home
last modified time | relevance | path

Searched refs:ctx_tmp (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/tls/
Dkdf.c73 HMAC_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local
80 HMAC_CTX_init(&ctx_tmp); in tls1_P_hash()
98 (out_len > chunk && !HMAC_CTX_copy_ex(&ctx_tmp, &ctx)) || in tls1_P_hash()
122 if (!HMAC_Final(&ctx_tmp, A1, &A1_len)) { in tls1_P_hash()
132 HMAC_CTX_cleanup(&ctx_tmp); in tls1_P_hash()
/external/libvpx/libvpx/test/
Dmd5_helper.h56 MD5Context ctx_tmp = md5_; in Get() local
58 MD5Final(tmp, &ctx_tmp); in Get()
/external/libaom/libaom/test/
Dmd5_helper.h57 MD5Context ctx_tmp = md5_; in Get() local
59 MD5Final(tmp, &ctx_tmp); in Get()