Searched refs:cipher_len (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/u-boot/ |
| A D | aes.h | 15 unsigned char **cipher, int *cipher_len); 21 unsigned char **cipher, int *cipher_len) in image_aes_encrypt() argument 35 const void *cipher, size_t cipher_len, 39 const void *cipher, size_t cipher_len, in image_aes_decrypt() argument
|
| /u-boot/lib/aes/ |
| A D | aes-decrypt.c | 14 const void *cipher, size_t cipher_len, in image_aes_decrypt() argument 21 *data = malloc(cipher_len); in image_aes_decrypt() 34 aes_blocks = DIV_ROUND_UP(cipher_len, AES_BLOCK_LENGTH); in image_aes_decrypt()
|
| A D | aes-encrypt.c | 28 unsigned char **cipher, int *cipher_len) in image_aes_encrypt() argument 73 *cipher_len = buf_len; in image_aes_encrypt()
|
| /u-boot/include/ |
| A D | image.h | 1724 unsigned char **cipher, int *cipher_len); 1730 const void *cipher, size_t cipher_len,
|
Completed in 12 milliseconds