Home
last modified time | relevance | path

Searched refs:cipher_len (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/u-boot/
A Daes.h15 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 Daes-decrypt.c14 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 Daes-encrypt.c28 unsigned char **cipher, int *cipher_len) in image_aes_encrypt() argument
73 *cipher_len = buf_len; in image_aes_encrypt()
/u-boot/include/
A Dimage.h1724 unsigned char **cipher, int *cipher_len);
1730 const void *cipher, size_t cipher_len,

Completed in 12 milliseconds