| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/tests/dev/cgd/ |
| H A D | t_cgdconfig.sh | 40 keylength 256; 59 keylength 256; 67 keylength 256; 93 keylength 256; 114 keylength 256; 135 keylength 256; 157 keylength 256; 181 keylength 256; 192 keylength 256; 230 keylength 256; [all …]
|
| H A D | paramsfile | 3 keylength 128;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | p5_pbev2.c | 28 ASN1_OPT(PBKDF2PARAM, keylength, ASN1_INTEGER), 185 if ((kdf->keylength = ASN1_INTEGER_new()) == NULL) in PKCS5_pbkdf2_set() 187 if (!ASN1_INTEGER_set(kdf->keylength, keylen)) in PKCS5_pbkdf2_set()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set_tmp_dh_callback.pod | 13 int keylength)); 18 int keylength)); 77 Previous versions of the callback used B<is_export> and B<keylength> 81 the callback but ignore B<keylength> and B<is_export> and simply
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| H A D | ipseckey_45.c | 344 return (mem_tobuffer(target, ipseckey->key, ipseckey->keylength)); in fromstruct_ipseckey() 401 ipseckey->keylength = region.length; in tostruct_ipseckey() 402 if (ipseckey->keylength != 0U) { in tostruct_ipseckey() 404 ipseckey->keylength); in tostruct_ipseckey()
|
| H A D | ipseckey_45.h | 29 uint16_t keylength; member
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| H A D | ipseckey_45.c | 344 return mem_tobuffer(target, ipseckey->key, ipseckey->keylength); in fromstruct_ipseckey() 398 ipseckey->keylength = region.length; in tostruct_ipseckey() 399 if (ipseckey->keylength != 0U) { in tostruct_ipseckey() 401 ipseckey->keylength); in tostruct_ipseckey()
|
| H A D | ipseckey_45.h | 28 uint16_t keylength; member
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsfcmp.c | 163 char xkeyword[keylength+2]; 219 if (xkeyword+keylength <= tp)
|
| H A D | rcskeep.c | 132 char keyword[keylength+1]; 166 if (keyword+keylength <= tp)
|
| H A D | rcsedit.c | 880 bufalloc(&keyval, keylength+3); 923 if (tp <= &keyval.string[keylength])
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| H A D | p5_crpt2.c | 218 if (kdf->keylength && (ASN1_INTEGER_get(kdf->keylength) != (int)keylen)) { in PKCS5_v2_PBKDF2_keyivgen()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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>
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/sbin/cgdconfig/ |
| H A D | cgdlex.l | 95 keylength { RETTOKEN(KEYLENGTH); }
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
| H A D | ffc.h | 122 int keylength; member
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | cfparse.y | 349 %type <num> NUMBER BOOLEAN SWITCH keylength 1757 : ALGORITHMTYPE keylength 1846 keylength 2497 | ALGORITHM_CLASS ALGORITHMTYPE keylength
|
| /netbsd-src/external/mpl/bind/include/dns/ |
| H A D | rdatastruct.h | 1258 uint16_t keylength; member
|