HomeSort by relevance Sort by last modified time
    Searched refs:EVP_CIPHER_key_length (Results 1 - 10 of 10) sorted by null

  /external/boringssl/src/crypto/pkcs8/
p5_pbev2.c 154 EVP_CIPHER_key_length(cipher), key) &&
192 !CBB_add_asn1_uint64(&kdf_param, EVP_CIPHER_key_length(cipher))) ||
261 if (key_len != EVP_CIPHER_key_length(cipher)) {
pkcs8.c 240 EVP_CIPHER_key_length(cipher), key, md) ||
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 92 uint8_t key[EVP_CIPHER_key_length(TEST_EVP_CIPHER)];
  /external/boringssl/src/crypto/cmac/
cmac.c 152 EVP_CIPHER_key_length(cipher) != key_len ||
  /external/boringssl/src/include/openssl/
cipher.h 145 * lengths given by |EVP_CIPHER_key_length| and |EVP_CIPHER_iv_length|. It
299 /* EVP_CIPHER_key_length returns the key size, in bytes, for |cipher|. If
303 OPENSSL_EXPORT unsigned EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
  /external/boringssl/src/crypto/cipher/
e_ssl3.c 99 size_t enc_key_len = EVP_CIPHER_key_length(cipher);
cipher.c 596 unsigned EVP_CIPHER_key_length(const EVP_CIPHER *cipher) {
e_tls.c 71 size_t enc_key_len = EVP_CIPHER_key_length(cipher);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1339 if (len != 0 && len != (EVP_CIPHER_key_length(e) << 3))
1342 return EVP_CIPHER_key_length(e) << 3;
    [all...]

Completed in 319 milliseconds