Home
last modified time | relevance | path

Searched refs:keylength (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ffc/
H A Dffc_dh.c16 # 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 Dffc_key_generate.c32 N = params->keylength ? params->keylength : 2 * s; in ossl_ffc_generate_private_key()
H A Dffc_params.c201 dst->keylength = src->keylength; in ossl_ffc_params_copy()
/netbsd-src/tests/dev/cgd/
H A Dt_cgdconfig.sh40 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 Dparamsfile3 keylength 128;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dp5_pbev2.c28 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 Dp5_pbev2.c30 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 DSSL_CTX_set_tmp_dh_callback.pod13 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 Dtls_depr.c196 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 Dipseckey_45.c344 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 Dipseckey_45.h29 uint16_t keylength; member
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dipseckey_45.c344 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 Dipseckey_45.h28 uint16_t keylength; member
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsfcmp.c163 char xkeyword[keylength+2];
219 if (xkeyword+keylength <= tp)
H A Drcskeep.c132 char keyword[keylength+1];
166 if (keyword+keylength <= tp)
H A Drcsedit.c880 bufalloc(&keyval, keylength+3);
923 if (tp <= &keyval.string[keylength])
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dp5_crpt2.c218 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 DSSL_CTX_set_tmp_dh_callback.pod25 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 Dp5_crpt2.c219 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 Ddh_group_params.c77 dh->params.keylength = ossl_ffc_named_group_get_keylength(group); in ossl_dh_cache_named_group()
/netbsd-src/sbin/cgdconfig/
H A Dcgdlex.l95 keylength { RETTOKEN(KEYLENGTH); }
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dffc_internal_test.c675 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 Dffc.h122 int keylength; member
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse.y349 %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 Drdatastruct.h1258 uint16_t keylength; member

12