Searched refs:encrypted_data_be (Results 1 – 2 of 2) sorted by relevance
/babblesim_ext_libCryptov1-latest/src/ |
D | blecrypt.c | 24 uint8_t *encrypted_data_be) // Encrypted data (KEY_LEN bytes, BIG-ENDIAN) in blecrypt_aes_128() argument 33 EVP_EncryptUpdate(ctx, encrypted_data_be, &outlen, plaintext_data_be, SKD_LEN); in blecrypt_aes_128() 45 uint8_t *encrypted_data_be) // Encrypted data (128bits, BIG-ENDIAN) in blecrypt_aes_ecb() argument 60 EVP_EncryptUpdate(ctx, encrypted_data_be, &outlen, plaintext_data_be, SKD_LEN); in blecrypt_aes_ecb()
|
D | blecrypt.h | 48 uint8_t *encrypted_data_be); // Plaintext data (KEY_LEN bytes, big-endian)
|