Home
last modified time | relevance | path

Searched refs:CIPHER_R_WRONG_FINAL_BLOCK_LENGTH (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dcipher.h568 #define CIPHER_R_WRONG_FINAL_BLOCK_LENGTH 123 macro
/external/boringssl/src/crypto/cipher/
Dcipher.c451 OPENSSL_PUT_ERROR(CIPHER, CIPHER_R_WRONG_FINAL_BLOCK_LENGTH); in EVP_DecryptFinal_ex()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp562 case CIPHER_R_WRONG_FINAL_BLOCK_LENGTH: in throwForCipherError()