Searched refs:encrypted_data_be (Results 1 – 2 of 2) sorted by relevance
24 uint8_t *encrypted_data_be) // Encrypted data (KEY_LEN bytes, BIG-ENDIAN) in blecrypt_aes_128() argument33 EVP_EncryptUpdate(ctx, encrypted_data_be, &outlen, plaintext_data_be, SKD_LEN); in blecrypt_aes_128()
48 uint8_t *encrypted_data_be); // Plaintext data (KEY_LEN bytes, big-endian)