Home
last modified time | relevance | path

Searched refs:CRYPTO_RSA2048 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v1.c45 CRYPTO_RSA2048; in rockchip_crypto_capability()
226 else if (ctx->algo == CRYPTO_RSA2048) in rockchip_crypto_rsa_verify()
H A Dcrypto_v2.c291 CRYPTO_RSA2048 | in crypto_v3_dynamic_cap()
551 mask |= (CRYPTO_RSA512 | CRYPTO_RSA1024 | CRYPTO_RSA2048 | in rockchip_crypto_capability()
1381 ctx->algo != CRYPTO_RSA2048 && in rockchip_crypto_rsa_verify()
1586 CRYPTO_RSA2048 |
1606 CRYPTO_RSA2048 |
1623 CRYPTO_RSA2048 |
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c81 u32 cap = CRYPTO_MD5 | CRYPTO_SHA1 | CRYPTO_SHA256 | CRYPTO_RSA2048; in verify_permanent_attributes()
114 rsa_key.algo = CRYPTO_RSA2048; in verify_permanent_attributes()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h23 #define CRYPTO_RSA2048 BIT(12) macro
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c66 case CRYPTO_RSA2048: in crypto_algo_nbits()
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-verify.c98 rsa_key.algo = CRYPTO_RSA2048; in rsa_mod_exp_hw()