Home
last modified time | relevance | path

Searched defs:AES_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_aes_encryption.c32const uint8_t key[AES_BLOCK_SIZE], const uint8_t in[AES_BLOCK_SIZE], uint8_t out[AES_BLOCK_SIZE]) in SMP_Aes128Internal()
56 …_t *key, const uint8_t keyLen, const uint8_t *in, const uint8_t inLen, uint8_t out[AES_BLOCK_SIZE]) in SMP_Aes128()
H A Dsmp_aes_encryption.h26 #define AES_BLOCK_SIZE 16 macro
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/include/
H A Dcipher.h34 #define AES_BLOCK_SIZE 16 macro
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_aes_openssl.c34 #define AES_BLOCK_SIZE 16 macro