Searched refs:supp_pubinfo (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 356 OPENSSL_clear_free(ctx->supp_pubinfo, ctx->supp_pubinfo_len); in x942kdf_reset() 414 if (ctx->use_keybits && ctx->supp_pubinfo != NULL) { in x942kdf_derive() 425 || ctx->supp_pubinfo != NULL in x942kdf_derive() 457 ctx->supp_pubinfo, ctx->supp_pubinfo_len, in x942kdf_derive() 511 if (!x942kdf_set_buffer(&ctx->supp_pubinfo, &ctx->supp_pubinfo_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 356 OPENSSL_clear_free(ctx->supp_pubinfo, ctx->supp_pubinfo_len); in x942kdf_reset() 414 if (ctx->use_keybits && ctx->supp_pubinfo != NULL) { in x942kdf_derive() 425 || ctx->supp_pubinfo != NULL in x942kdf_derive() 457 ctx->supp_pubinfo, ctx->supp_pubinfo_len, in x942kdf_derive() 511 if (!x942kdf_set_buffer(&ctx->supp_pubinfo, &ctx->supp_pubinfo_len, p)) in x942kdf_set_ctx_params()
|
Completed in 3 milliseconds