Home
last modified time | relevance | path

Searched refs:encrypted_data_be (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt.c24 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()
Dblecrypt.h48 uint8_t *encrypted_data_be); // Plaintext data (KEY_LEN bytes, big-endian)