Searched refs:supp_privinfo (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 44 unsigned char *partyuinfo, *partyvinfo, *supp_pubinfo, *supp_privinfo; member 357 OPENSSL_clear_free(ctx->supp_privinfo, ctx->supp_privinfo_len); in x942kdf_reset() 426 || ctx->supp_privinfo != NULL)) { in x942kdf_derive() 458 ctx->supp_privinfo, ctx->supp_privinfo_len, in x942kdf_derive() 518 && !x942kdf_set_buffer(&ctx->supp_privinfo, &ctx->supp_privinfo_len, p)) in x942kdf_set_ctx_params()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 44 unsigned char *partyuinfo, *partyvinfo, *supp_pubinfo, *supp_privinfo; member 357 OPENSSL_clear_free(ctx->supp_privinfo, ctx->supp_privinfo_len); in x942kdf_reset() 426 || ctx->supp_privinfo != NULL)) { in x942kdf_derive() 458 ctx->supp_privinfo, ctx->supp_privinfo_len, in x942kdf_derive() 518 && !x942kdf_set_buffer(&ctx->supp_privinfo, &ctx->supp_privinfo_len, p)) in x942kdf_set_ctx_params()
|
Completed in 3 milliseconds