/freebsd/crypto/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 16 # define FFDHE(sz, keylength) { \ argument 19 keylength, \ 24 # define MODP(sz, keylength) { \ argument 27 keylength, \ 42 # define FFDHE(sz, keylength) { SN_ffdhe##sz, NID_ffdhe##sz } argument 43 # define MODP(sz, keylength) { SN_modp_##sz, NID_modp_##sz } argument 53 int keylength; member 150 return group->keylength; in ossl_ffc_named_group_get_keylength() 167 ffc->keylength = group->keylength; in ossl_ffc_named_group_set()
|
H A D | ffc_key_generate.c | 32 N = params->keylength ? params->keylength : 2 * s; in ossl_ffc_generate_private_key()
|
H A D | ffc_params.c | 201 dst->keylength = src->keylength; in ossl_ffc_params_copy()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | p5_pbev2.c | 30 ASN1_OPT(PBKDF2PARAM, keylength, ASN1_INTEGER), 203 if ((kdf->keylength = ASN1_INTEGER_new()) == NULL) in PKCS5_pbkdf2_set_ex() 205 if (!ASN1_INTEGER_set(kdf->keylength, keylen)) in PKCS5_pbkdf2_set_ex()
|
/freebsd/crypto/openssl/ssl/ |
H A D | tls_depr.c | 196 int keylength)) in SSL_CTX_set_tmp_dh_callback() argument 202 int keylength)) in SSL_set_tmp_dh_callback() argument
|
/freebsd/contrib/netbsd-tests/dev/cgd/ |
H A D | paramsfile | 3 keylength 128;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 25 int keylength)); 30 int keylength)); 96 argument. Previous versions of OpenSSL used the B<is_export> and B<keylength>
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_group_params.c | 77 dh->params.keylength = ossl_ffc_named_group_get_keylength(group); in ossl_dh_cache_named_group()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p5_crpt2.c | 219 if (kdf->keylength && (ASN1_INTEGER_get(kdf->keylength) != (int)keylen)) { in PKCS5_v2_PBKDF2_keyivgen_ex()
|
/freebsd/crypto/openssl/test/ |
H A D | ffc_internal_test.c | 675 if (!TEST_int_eq(params->keylength, 275)) in ffc_params_copy_test() 681 if (!TEST_int_eq(copy.keylength, 275)) in ffc_params_copy_test()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | ffc.h | 122 int keylength; member
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 2305 tmp_rsa_key(s, export, keylength) 2308 int keylength;
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2229 int keylength)); 2233 int keylength));
|
H A D | ssl.h.in | 2153 /* NB: the |keylength| is only applicable when is_export is true */ 2157 int keylength)); 2161 int keylength));
|
H A D | x509.h | 461 ASN1_INTEGER *keylength; member
|
H A D | x509.h.in | 267 ASN1_INTEGER *keylength; member
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 760 EVP_R_UNSUPPORTED_KEYLENGTH:123:unsupported keylength
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3058 ${cipher_bits} the keylength (in bits) of the symmetric encryption algorithm
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 6551 - Updated default keylength in unbound-control-setup to 3k.
|