Searched refs:partyuinfo (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 354 OPENSSL_clear_free(ctx->partyuinfo, ctx->partyuinfo_len); in x942kdf_reset() 423 && (ctx->partyuinfo != NULL in x942kdf_derive() 443 if (ctx->partyuinfo != NULL && ctx->partyuinfo_len >= X942KDF_MAX_INLEN) { in x942kdf_derive() 455 ctx->partyuinfo, ctx->partyuinfo_len, in x942kdf_derive() 497 && !x942kdf_set_buffer(&ctx->partyuinfo, &ctx->partyuinfo_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 354 OPENSSL_clear_free(ctx->partyuinfo, ctx->partyuinfo_len); in x942kdf_reset() 423 && (ctx->partyuinfo != NULL in x942kdf_derive() 443 if (ctx->partyuinfo != NULL && ctx->partyuinfo_len >= X942KDF_MAX_INLEN) { in x942kdf_derive() 455 ctx->partyuinfo, ctx->partyuinfo_len, in x942kdf_derive() 497 && !x942kdf_set_buffer(&ctx->partyuinfo, &ctx->partyuinfo_len, p)) in x942kdf_set_ctx_params()
|
Completed in 2 milliseconds