Home
last modified time | relevance | path

Searched refs:x942kdf_set_buffer (Results 1 – 1 of 1) sorted by relevance

/openssl-master/providers/implementations/kdfs/
A Dx942kdf.c371 static int x942kdf_set_buffer(unsigned char **out, size_t *out_len, in x942kdf_set_buffer() function
483 if (p != NULL && !x942kdf_set_buffer(&ctx->secret, &ctx->secret_len, p)) in x942kdf_set_ctx_params()
488 && !x942kdf_set_buffer(&ctx->acvpinfo, &ctx->acvpinfo_len, p)) in x942kdf_set_ctx_params()
495 && !x942kdf_set_buffer(&ctx->partyuinfo, &ctx->partyuinfo_len, p)) in x942kdf_set_ctx_params()
500 && !x942kdf_set_buffer(&ctx->partyvinfo, &ctx->partyvinfo_len, p)) in x942kdf_set_ctx_params()
509 if (!x942kdf_set_buffer(&ctx->supp_pubinfo, &ctx->supp_pubinfo_len, p)) in x942kdf_set_ctx_params()
516 && !x942kdf_set_buffer(&ctx->supp_privinfo, &ctx->supp_privinfo_len, p)) in x942kdf_set_ctx_params()

Completed in 11 milliseconds