Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c293 EVP_MAC_CTX *ctx = NULL, *ctx_Ai = NULL; in tls1_prf_P_hash() local
304 ctx_Ai = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()
305 if (ctx_Ai == NULL) in tls1_prf_P_hash()
307 if (seed != NULL && !EVP_MAC_update(ctx_Ai, seed, seed_len)) in tls1_prf_P_hash()
312 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()
314 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()
315 ctx_Ai = NULL; in tls1_prf_P_hash()
325 ctx_Ai = EVP_MAC_CTX_dup(ctx); in tls1_prf_P_hash()
326 if (ctx_Ai == NULL) in tls1_prf_P_hash()
348 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()
[all...]
/third_party/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c293 EVP_MAC_CTX *ctx = NULL, *ctx_Ai = NULL; in tls1_prf_P_hash() local
304 ctx_Ai = EVP_MAC_CTX_dup(ctx_init); in tls1_prf_P_hash()
305 if (ctx_Ai == NULL) in tls1_prf_P_hash()
307 if (seed != NULL && !EVP_MAC_update(ctx_Ai, seed, seed_len)) in tls1_prf_P_hash()
312 if (!EVP_MAC_final(ctx_Ai, Ai, &Ai_len, sizeof(Ai))) in tls1_prf_P_hash()
314 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()
315 ctx_Ai = NULL; in tls1_prf_P_hash()
325 ctx_Ai = EVP_MAC_CTX_dup(ctx); in tls1_prf_P_hash()
326 if (ctx_Ai == NULL) in tls1_prf_P_hash()
348 EVP_MAC_CTX_free(ctx_Ai); in tls1_prf_P_hash()
[all...]

Completed in 2 milliseconds