Searched refs:strength (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/rand/
H A Ddrbg_lib.c230 if (drbg->strength > parent->strength) {
293 size_t min_entropy = drbg->strength;
325 min_entropy += drbg->strength / 2;
340 noncelen = drbg->get_nonce(drbg, &nonce, drbg->strength / 2,
431 entropylen = drbg->get_entropy(drbg, &entropy, drbg->strength,
985 size_t min_entropy = drbg->strength;
993 min_entropy += drbg->strength / 2;
1059 * security strength.
H A Drand_local.h231 int strength; member in struct:rand_drbg_st
H A Drand_lib.c138 if (drbg->parent != NULL && drbg->strength > drbg->parent->strength) {
H A Ddrbg_ctr.c449 drbg->strength = keylen * 8;
/freebsd-13-stable/crypto/openssl/ssl/
H A Dtls_srp.c37 ctx->srp_ctx.strength = SRP_MINIMAL_N;
56 s->srp_ctx.strength = SRP_MINIMAL_N;
80 s->srp_ctx.strength = ctx->srp_ctx.strength;
135 ctx->srp_ctx.strength = SRP_MINIMAL_N;
346 if (BN_num_bits(srp->N) < srp->strength) {
424 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength) argument
426 return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH, strength,
H A Dssl_local.h433 uint32_t algo_strength; /* strength and export flags */
611 int strength; member in struct:srp_ctx_st
H A Ds3_lib.c3913 ctx->srp_ctx.strength = larg;
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec13 pam_passwdqc is a simple password strength checking module for
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_client.c270 int strength; /* minimal size for N */ member in struct:srp_arg_st
1263 srp_arg.strength = atoi(opt_arg());
1265 srp_arg.strength);
1951 SSL_CTX_set_srp_strength(ctx, srp_arg.strength);
/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1725 /* Change the BBPLL drive strength to 2 for all channels */
1740 /* Change the BBPLL drive strength to 8 for all channels */
1784 /* Change the BBPLL drive strength to 2 for all channels */
1916 /* Write clock driving strength to pllcontrol[5] */
1918 PMU_DEBUG(sc, "Adjusting PLL buffer drive strength: %x\n",
2557 /* SDIO Pad drive strength to select value mappings */
2559 uint8_t strength; /* Pad Drive Strength in mA */ member in struct:__anon11606
2634 PMU_LOG(sc, "No SDIO Drive strength init done for chip %#x "
2644 for (u_int i = 0; str_tab[i].strength != 0; i++) {
2645 if (drivestrength >= str_tab[i].strength) {
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c105 /* AES encryption strength:
107 unsigned strength; member in struct:zip_entry::__anon1112
887 /* AES encryption strength. */
888 zip_entry->aes_extra.strength = p[offset + 4];
2785 switch (zip->entry->aes_extra.strength) {
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1779 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength);
/freebsd-13-stable/contrib/file/src/
H A Dapprentice.c165 DECLARE_FIELD(strength),
872 ssize_t val = 2 * MULT; /* baseline strength */
968 case '<': /* comparison match reduce strength */
1014 * Sort callback for sorting entries by "strength" (basically length)
2278 "Current entry already has a strength type: %c %d",

Completed in 316 milliseconds