Searched refs:strength (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec13 pam_passwdqc is a simple password strength checking module for
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c478 int strength /* minimal size for N */ ; member in struct:srp_arg_st
932 srp_arg.strength = atoi(*(++argv));
934 srp_arg.strength);
1397 SSL_CTX_set_srp_strength(ctx, srp_arg.strength);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h431 unsigned long algo_strength; /* strength and export flags */
862 int strength; member in struct:srp_ctx_st
2309 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength);
H A Dtls_srp.c94 ctx->srp_ctx.strength = SRP_MINIMAL_N;
126 s->srp_ctx.strength = SRP_MINIMAL_N;
158 s->srp_ctx.strength = ctx->srp_ctx.strength;
224 ctx->srp_ctx.strength = SRP_MINIMAL_N;
435 if (BN_num_bits(srp->N) < srp->strength) {
510 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength) argument
512 return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH, strength,
H A Ds3_lib.c3916 ctx->srp_ctx.strength = larg;
/freebsd-11-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",
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c105 /* AES encryption strength:
107 unsigned strength; member in struct:zip_entry::__anon10
899 /* AES encryption strength. */
900 zip_entry->aes_extra.strength = p[offset + 4];
2725 switch (zip->entry->aes_extra.strength) {

Completed in 218 milliseconds