HomeSort by: relevance | last modified time | path
    Searched defs:use_keybits (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
x942kdf.c 52 int use_keybits; member in struct:__anon561
346 ctx->use_keybits = 1;
364 ctx->use_keybits = 1;
403 dest->use_keybits = src->use_keybits;
472 if (ctx->use_keybits && ctx->supp_pubinfo != NULL) {
510 if (!x942_encode_otherinfo(ctx->use_keybits ? ctx->dkm_len : 0,
583 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_keybits))
590 ctx->use_keybits = 0;
x942kdf.c 52 int use_keybits; member in struct:__anon561
346 ctx->use_keybits = 1;
364 ctx->use_keybits = 1;
403 dest->use_keybits = src->use_keybits;
472 if (ctx->use_keybits && ctx->supp_pubinfo != NULL) {
510 if (!x942_encode_otherinfo(ctx->use_keybits ? ctx->dkm_len : 0,
583 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_keybits))
590 ctx->use_keybits = 0;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
x942kdf.c 49 int use_keybits; member in struct:__anon1608
342 ctx->use_keybits = 1;
360 ctx->use_keybits = 1;
414 if (ctx->use_keybits && ctx->supp_pubinfo != NULL) {
452 if (!x942_encode_otherinfo(ctx->use_keybits ? ctx->dkm_len : 0,
506 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_keybits))
513 ctx->use_keybits = 0;
x942kdf.c 49 int use_keybits; member in struct:__anon1608
342 ctx->use_keybits = 1;
360 ctx->use_keybits = 1;
414 if (ctx->use_keybits && ctx->supp_pubinfo != NULL) {
452 if (!x942_encode_otherinfo(ctx->use_keybits ? ctx->dkm_len : 0,
506 if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->use_keybits))
513 ctx->use_keybits = 0;

Completed in 45 milliseconds