Searched refs:x942kdf_set_buffer (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 373 static int x942kdf_set_buffer(unsigned char **out, size_t *out_len, in x942kdf_set_buffer() function 485 if (p != NULL && !x942kdf_set_buffer(&ctx->secret, &ctx->secret_len, p)) in x942kdf_set_ctx_params() 490 && !x942kdf_set_buffer(&ctx->acvpinfo, &ctx->acvpinfo_len, p)) in x942kdf_set_ctx_params() 497 && !x942kdf_set_buffer(&ctx->partyuinfo, &ctx->partyuinfo_len, p)) in x942kdf_set_ctx_params() 502 && !x942kdf_set_buffer(&ctx->partyvinfo, &ctx->partyvinfo_len, p)) in x942kdf_set_ctx_params() 511 if (!x942kdf_set_buffer(&ctx->supp_pubinfo, &ctx->supp_pubinfo_len, p)) in x942kdf_set_ctx_params() 518 && !x942kdf_set_buffer(&ctx->supp_privinfo, &ctx->supp_privinfo_len, p)) in x942kdf_set_ctx_params()
|