Home
last modified time | relevance | path

Searched defs:n_bits (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Ddsa.c23 size_t *n_bits) in get_keys_size()
43 size_t n_bits = 0; in crypto_acipher_alloc_dsa_keypair() local
71 size_t n_bits = 0; in crypto_acipher_alloc_dsa_public_key() local
98 size_t n_bits = 0; in crypto_acipher_gen_dsa_key() local
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_dsa.c271 size_t n_bits) in do_allocate_keypair()
325 size_t l_bits, size_t n_bits) in do_allocate_publickey()
375 size_t n_bits) in do_gen_keypair()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_core.c645 size_t n_bits = mbedtls_mpi_core_bitlen(N, limbs); in mbedtls_mpi_core_random() local