Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/acipher/
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()
A Drsa.c16 size_t size_bits) in crypto_acipher_alloc_rsa_keypair()
38 size_t size_bits) in crypto_acipher_alloc_rsa_public_key()
84 TEE_Result crypto_acipher_gen_rsa_key(struct rsa_keypair *key, size_t size_bits) in crypto_acipher_gen_rsa_key()
A Ddh.c13 size_t size_bits) in crypto_acipher_alloc_dh_keypair()
A Decc.c327 uint32_t type, size_t size_bits) in drvcrypt_asym_alloc_ecc_keypair()
364 uint32_t type, size_t size_bits) in drvcrypt_asym_alloc_ecc_public_key()
/optee_os/core/lib/libtomcrypt/src/math/
A Dmulti.c44 int ltc_init_multi_size(int size_bits, void **a, ...) in ltc_init_multi_size()
/optee_os/lib/libmbedtls/core/
A Dbignum.c71 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
/optee_os/core/drivers/crypto/caam/acipher/
A Dcaam_ecc.c145 static TEE_Result do_allocate_keypair(struct ecc_keypair *key, size_t size_bits) in do_allocate_keypair()
185 size_t size_bits) in do_allocate_publickey()
A Dcaam_dh.c161 static TEE_Result do_allocate_keypair(struct dh_keypair *key, size_t size_bits) in do_allocate_keypair()
A Dcaam_rsa.c352 static TEE_Result do_allocate_keypair(struct rsa_keypair *key, size_t size_bits) in do_allocate_keypair()
416 size_t size_bits) in do_allocate_publickey()
/optee_os/core/lib/libtomcrypt/
A Decc.c37 size_t size_bits = 0; in ecc_get_curve_info() local
A Dmpi_desc.c750 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()

Completed in 17 milliseconds