Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c293 CRYPTO_RSA4096; in crypto_v3_dynamic_cap()
552 CRYPTO_RSA3072 | CRYPTO_RSA4096); in rockchip_crypto_capability()
1383 ctx->algo != CRYPTO_RSA4096) in rockchip_crypto_rsa_verify()
1588 CRYPTO_RSA4096 |
1608 CRYPTO_RSA4096 |
1625 CRYPTO_RSA4096,
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h25 #define CRYPTO_RSA4096 BIT(14) macro
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c70 case CRYPTO_RSA4096: in crypto_algo_nbits()
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-verify.c93 rsa_key.algo = CRYPTO_RSA4096; in rsa_mod_exp_hw()