Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt.c22 const uint8_t *plaintext_data_be, // Plaintext 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.h46 const uint8_t *plaintext_data_be, // Plaintext data (KEY_LEN bytes, big-endian)