Searched defs:size_bits (Results 1 – 18 of 18) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/acipher/ |
| H A D | dsa.c | 22 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 D | rsa.c | 18 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 D | dh.c | 13 size_t size_bits) in crypto_acipher_alloc_dh_keypair()
|
| H A D | ecc.c | 503 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 D | rsa.c | 301 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 D | ecc.c | 359 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 D | multi.c | 37 int ltc_init_multi_size(int size_bits, void **a, ...) in ltc_init_multi_size()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | bignum.c | 71 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hpre_montgomery.c | 95 size_t size_bits) in hpre_montgomery_alloc_keypair() 391 size_t size_bits) in hpre_montgomery_gen_keypair()
|
| H A D | hpre_dh.c | 21 size_t size_bits) in hpre_dh_alloc_keypair()
|
| H A D | hpre_ecc.c | 612 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 D | caam_ecc.c | 150 size_t size_bits) in do_allocate_keypair() 201 size_t size_bits) in do_allocate_publickey()
|
| H A D | caam_dh.c | 161 static TEE_Result do_allocate_keypair(struct dh_keypair *key, size_t size_bits) in do_allocate_keypair()
|
| H A D | caam_rsa.c | 325 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 D | ecc.c | 70 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 D | ecc.c | 37 size_t size_bits = 0; in ecc_get_curve_info() local
|
| H A D | mpi_desc.c | 749 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu_lpae.c | 1167 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
|