Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dimage-cipher.c24 .calculate_type = EVP_aes_128_cbc,
35 .calculate_type = EVP_aes_192_cbc,
46 .calculate_type = EVP_aes_256_cbc,
/third_party/uboot/u-boot-2020.01/lib/aes/
Daes-encrypt.c46 if (EVP_EncryptInit_ex(ctx, info->cipher->calculate_type(), in image_aes_encrypt()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h1408 const EVP_CIPHER * (*calculate_type)(void); member
Dimage.h.orig1388 const EVP_CIPHER * (*calculate_type)(void);