Searched defs:size_bits (Results 1 – 11 of 11) sorted by relevance
/optee_os/core/drivers/crypto/crypto_api/acipher/ |
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()
|
A D | rsa.c | 16 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 D | dh.c | 13 size_t size_bits) in crypto_acipher_alloc_dh_keypair()
|
A D | ecc.c | 327 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 D | multi.c | 44 int ltc_init_multi_size(int size_bits, void **a, ...) in ltc_init_multi_size()
|
/optee_os/lib/libmbedtls/core/ |
A D | bignum.c | 71 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
|
/optee_os/core/drivers/crypto/caam/acipher/ |
A D | caam_ecc.c | 145 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 D | caam_dh.c | 161 static TEE_Result do_allocate_keypair(struct dh_keypair *key, size_t size_bits) in do_allocate_keypair()
|
A D | caam_rsa.c | 352 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 D | ecc.c | 37 size_t size_bits = 0; in ecc_get_curve_info() local
|
A D | mpi_desc.c | 750 struct bignum *crypto_bignum_allocate(size_t size_bits) in crypto_bignum_allocate()
|
Completed in 17 milliseconds