Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ffc/
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()
Dffc_key_generate.c32 N = params->keylength ? params->keylength : 2 * s; in ossl_ffc_generate_private_key()
Dffc_params.c199 dst->keylength = src->keylength; in ossl_ffc_params_copy()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1126 int32_t keylength = 0; in TestSortKey() local
1127 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey()
1128 LocalArray<uint8_t> key2primary(new uint8_t[keylength]); in TestSortKey()
1129 memcpy(key2primary.getAlias(), key2primary_alias, keylength); in TestSortKey()
1135 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey()
1136 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1138 tempkey = key2.getByteArray(keylength); in TestSortKey()
1139 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1141 tempkey = key3.getByteArray(keylength); in TestSortKey()
1142 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_aes.rest.data1 AES-ECB Encrypt (Invalid keylength)
4 AES-ECB Decrypt (Invalid keylength)
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dcallbacks.rs213 keylength: c_int, in raw_tmp_dh()
224 match (*callback)(ssl, is_export != 0, keylength as u32) { in raw_tmp_dh()
241 keylength: c_int, in raw_tmp_ecdh()
252 match (*callback)(ssl, is_export != 0, keylength as u32) { in raw_tmp_ecdh()
268 keylength: c_int, in raw_tmp_dh_ssl()
279 match callback(ssl, is_export != 0, keylength as u32) { in raw_tmp_dh_ssl()
296 keylength: c_int, in raw_tmp_ecdh_ssl()
307 match callback(ssl, is_export != 0, keylength as u32) { in raw_tmp_ecdh_ssl()
/third_party/openssl/crypto/asn1/
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()
/third_party/openssl/ssl/
Dtls_depr.c196 int keylength)) in SSL_CTX_set_tmp_dh_callback() argument
202 int keylength)) in SSL_set_tmp_dh_callback() argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl.rs572 dh: unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut DH, in SSL_CTX_set_tmp_dh_callback()
577 dh: unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut DH, in SSL_set_tmp_dh_callback()
586 keylength: c_int, in SSL_CTX_set_tmp_ecdh_callback()
596 keylength: c_int, in SSL_set_tmp_ecdh_callback()
/third_party/openssl/doc/man3/
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>
/third_party/openssl/crypto/evp/
Dp5_crpt2.c219 if (kdf->keylength && (ASN1_INTEGER_get(kdf->keylength) != (int)keylen)) { in PKCS5_v2_PBKDF2_keyivgen_ex()
/third_party/openssl/crypto/dh/
Ddh_group_params.c77 dh->params.keylength = ossl_ffc_named_group_get_keylength(group); in ossl_dh_cache_named_group()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs816 unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut DH, in SSL_CTX_set_tmp_dh_callback__fixed_rust()
823 unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut DH, in SSL_set_tmp_dh_callback__fixed_rust()
831 unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut EC_KEY, in SSL_CTX_set_tmp_ecdh_callback__fixed_rust()
839 unsafe extern "C" fn(ssl: *mut SSL, is_export: c_int, keylength: c_int) -> *mut EC_KEY, in SSL_set_tmp_ecdh_callback__fixed_rust()
/third_party/openssl/test/
Dffc_internal_test.c677 if (!TEST_int_eq(params->keylength, 275)) in ffc_params_copy_test()
683 if (!TEST_int_eq(copy.keylength, 275)) in ffc_params_copy_test()
/third_party/openssl/include/internal/
Dffc.h117 int keylength; member
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h2072 int keylength));
2075 int keylength));
Dx509.h302 ASN1_INTEGER *keylength; member
/third_party/openssl/include/openssl/
Dssl.h.in2153 /* NB: the |keylength| is only applicable when is_export is true */
2157 int keylength));
2161 int keylength));
Dx509.h.in267 ASN1_INTEGER *keylength; member
/third_party/openssl/crypto/err/
Dopenssl.txt748 EVP_R_UNSUPPORTED_KEYLENGTH:123:unsupported keylength