aes_decrypt_init() function
aes_decrypt_init - Initialize AES for decryption @key: Decryption key @len: Key length in bytes (usually 16, i.e., 128 bits) Returns: Pointer to context data or %NULL on failure
Syntax
void * aes_decrypt_init(const u8 *key,
size_t len);
aes_decrypt_init() is called by 1 function and calls 1 function:
![]()
aes_decrypt_init()
aes_decrypt_init():
![]()
aes_decrypt_init()