Home
last modified time | relevance | path

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

/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/openssl/crypto/asn1/
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()
/third_party/openssl/doc/man3/
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
/third_party/openssl/crypto/evp/
Dp5_crpt2.c218 if (kdf->keylength && (ASN1_INTEGER_get(kdf->keylength) != (int)keylen)) { in PKCS5_v2_PBKDF2_keyivgen()
/third_party/openssl/include/openssl/
Dssl.h2072 int keylength));
2075 int keylength));
Dx509.h302 ASN1_INTEGER *keylength; member
/third_party/openssl/ssl/
Dssl_lib.c4305 int keylength)) in SSL_CTX_set_tmp_dh_callback() argument
4311 int keylength)) in SSL_set_tmp_dh_callback() argument
/third_party/openssl/crypto/err/
Dopenssl.txt2304 EVP_R_UNSUPPORTED_KEYLENGTH:123:unsupported keylength