aes_encrypt() function
aes_encrypt - Encrypt one AES block @ctx: Context pointer from aes_encrypt_init() @plain: Plaintext data to be encrypted (16 bytes) @crypt: Buffer for the encrypted data (16 bytes) Returns: 0 on success, -1 on failure
![]()
aes_encrypt(aes, b, x); ![]()
aes_encrypt(aes, aad_buf, x); ![]()
aes_encrypt(aes, a, tmp);![]()
aes_encrypt(aes, a, tmp);![]()
aes_encrypt(aes, cb, ypos);![]()
aes_encrypt(aes, cb, tmp);![]()
aes_encrypt(aes, H, H);![]()
aes_encrypt(ctx, b, b);
aes_encrypt() is called by 8 functions and calls 1 function:
![]()
aes_encrypt()
aes_encrypt():
![]()
aes_encrypt()