Home
last modified time | relevance | path

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

/optee_os-3.20.0/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.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()
A Ddh.c13 size_t size_bits) in crypto_acipher_alloc_dh_keypair()
A Decc.c350 uint32_t type, size_t size_bits) in drvcrypt_asym_alloc_ecc_keypair()
387 uint32_t type, size_t size_bits) in drvcrypt_asym_alloc_ecc_public_key()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Drsa.c303 static TEE_Result do_gen_keypair(struct rsa_keypair *s, size_t size_bits) in do_gen_keypair()
308 static TEE_Result do_alloc_keypair(struct rsa_keypair *s, size_t size_bits) in do_alloc_keypair()
A Decc.c368 static TEE_Result do_gen_keypair(struct ecc_keypair *s, size_t size_bits) in do_gen_keypair()
378 static TEE_Result do_alloc_keypair(struct ecc_keypair *s, size_t size_bits) in do_alloc_keypair()
392 static TEE_Result do_alloc_publickey(struct ecc_public_key *s, size_t size_bits) in do_alloc_publickey()
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dmulti.c37 int ltc_init_multi_size(int size_bits, void **a, ...) in ltc_init_multi_size()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dbignum.c71 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
/optee_os-3.20.0/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-3.20.0/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 16 milliseconds