Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/kdfs/
A Dx942kdf.c49 int use_keybits; member
340 ctx->use_keybits = 1; in x942kdf_new()
358 ctx->use_keybits = 1; in x942kdf_reset()
412 if (ctx->use_keybits && ctx->supp_pubinfo != NULL) { in x942kdf_derive()
450 if (!x942_encode_otherinfo(ctx->use_keybits ? ctx->dkm_len : 0, in x942kdf_derive()
504 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_keybits)) in x942kdf_set_ctx_params()
511 ctx->use_keybits = 0; in x942kdf_set_ctx_params()

Completed in 4 milliseconds