Home
last modified time | relevance | path

Searched refs:AES_BLOCK_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_aes_encryption.c32 const uint8_t key[AES_BLOCK_SIZE], const uint8_t in[AES_BLOCK_SIZE], uint8_t out[AES_BLOCK_SIZE]) in SMP_Aes128Internal()
38 uint8_t inReverse[AES_BLOCK_SIZE]; in SMP_Aes128Internal()
39 uint8_t keyReverse[AES_BLOCK_SIZE]; in SMP_Aes128Internal()
40 uint8_t outReverse[AES_BLOCK_SIZE]; in SMP_Aes128Internal()
56 const uint8_t *key, const uint8_t keyLen, const uint8_t *in, const uint8_t inLen, uint8_t out[AES_BLOCK_SIZE]) in SMP_Aes128()
62 uint8_t input[AES_BLOCK_SIZE] = {0x00}; in SMP_Aes128()
63 if (inLen > AES_BLOCK_SIZE) { in SMP_Aes128()
64 LOG_WARN("aes_128 inLen longer than AES_BLOCK_SIZE(1 in SMP_Aes128()
[all...]
H A Dsmp_aes_encryption.h26 #define AES_BLOCK_SIZE 16 macro
40 const uint8_t *key, const uint8_t keyLen, const uint8_t *in, const uint8_t inLen, uint8_t out[AES_BLOCK_SIZE]);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c201 uint8_t buffer[AES_BLOCK_SIZE]; in AesGcmDecrypt()

Completed in 1 milliseconds