aes_decrypt() function
aes_decrypt - Decrypt one AES block @ctx: Context pointer from aes_encrypt_init() @crypt: Encrypted data (16 bytes) @plain: Buffer for the decrypted data (16 bytes) Returns: 0 on success, -1 on failure
![]()
aes_decrypt(ctx, b, b);
aes_decrypt() is called by 1 function and calls 1 function:
![]()
aes_decrypt()
aes_decrypt():
![]()
aes_decrypt()