Home
last modified time | relevance | path

Searched defs:l_bits (Results 1 – 2 of 2) 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()
42 size_t l_bits = 0; in crypto_acipher_alloc_dsa_keypair() local
70 size_t l_bits = 0; in crypto_acipher_alloc_dsa_public_key() local
97 size_t l_bits = 0; in crypto_acipher_gen_dsa_key() local
/optee_os/core/drivers/crypto/caam/acipher/
A Dcaam_dsa.c273 static TEE_Result do_allocate_keypair(struct dsa_keypair *key, size_t l_bits, in do_allocate_keypair()
328 size_t l_bits, size_t n_bits) in do_allocate_publickey()
377 static TEE_Result do_gen_keypair(struct dsa_keypair *key, size_t l_bits, in do_gen_keypair()

Completed in 4 milliseconds