Home
last modified time | relevance | path

Searched defs:size_bits (Results 1 – 18 of 18) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Ddsa.c22 static TEE_Result get_keys_size(size_t size_bits, size_t *l_bits, in get_keys_size()
38 size_t size_bits) in crypto_acipher_alloc_dsa_keypair()
66 size_t size_bits) in crypto_acipher_alloc_dsa_public_key()
H A Drsa.c18 size_t size_bits) in crypto_acipher_alloc_rsa_keypair()
40 size_t size_bits) in crypto_acipher_alloc_rsa_public_key()
86 TEE_Result crypto_acipher_gen_rsa_key(struct rsa_keypair *key, size_t size_bits) in crypto_acipher_gen_rsa_key()
H A Ddh.c13 size_t size_bits) in crypto_acipher_alloc_dh_keypair()
H A Decc.c503 uint32_t type, size_t size_bits) in drvcrypt_asym_alloc_ecc_keypair()
554 uint32_t type, size_t size_bits) in drvcrypt_asym_alloc_ecc_public_key()
/optee_os/core/drivers/crypto/versal/
H A Drsa.c301 static TEE_Result do_gen_keypair(struct rsa_keypair *s, size_t size_bits) in do_gen_keypair()
306 static TEE_Result do_alloc_keypair(struct rsa_keypair *s, size_t size_bits) in do_alloc_keypair()
H A Decc.c359 static TEE_Result do_gen_keypair(struct ecc_keypair *s, size_t size_bits) in do_gen_keypair()
370 uint32_t type, size_t size_bits) in do_alloc_keypair()
394 uint32_t type, size_t size_bits) in do_alloc_publickey()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dmulti.c37 int ltc_init_multi_size(int size_bits, void **a, ...) in ltc_init_multi_size()
/optee_os/lib/libmbedtls/core/
H A Dbignum.c71 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_montgomery.c95 size_t size_bits) in hpre_montgomery_alloc_keypair()
391 size_t size_bits) in hpre_montgomery_gen_keypair()
H A Dhpre_dh.c21 size_t size_bits) in hpre_dh_alloc_keypair()
H A Dhpre_ecc.c612 size_t size_bits) in hpre_ecc_alloc_keypair()
647 size_t size_bits) in hpre_ecc_alloc_publickey()
905 size_t size_bits) in hpre_ecc_gen_keypair()
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_ecc.c150 size_t size_bits) in do_allocate_keypair()
201 size_t size_bits) in do_allocate_publickey()
H A Dcaam_dh.c161 static TEE_Result do_allocate_keypair(struct dh_keypair *key, size_t size_bits) in do_allocate_keypair()
H A Dcaam_rsa.c325 size_t size_bits) in do_allocate_keypair()
389 size_t size_bits) in do_allocate_publickey()
/optee_os/core/drivers/crypto/stm32/
H A Decc.c70 static TEE_Result stm32_gen_keypair(struct ecc_keypair *key, size_t size_bits) in stm32_gen_keypair()
/optee_os/core/lib/libtomcrypt/
H A Decc.c37 size_t size_bits = 0; in ecc_get_curve_info() local
H A Dmpi_desc.c749 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c1167 const unsigned int size_bits = read_id_aa64mmfr0_el1() & in get_physical_addr_size_bits() local
1182 unsigned int size_bits = get_physical_addr_size_bits(); in core_mmu_arm64_get_pa_width() local