Home
last modified time | relevance | path

Searched refs:xbits (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/dh/
A Ddh_make_key.c49 int dh_make_key(prng_state *prng, int wprng, void *q, int xbits, dh_key *key) in dh_make_key() argument
71 if (xbits) { in dh_make_key()
72 LTC_ARGCHK((xbits % 8) == 0); in dh_make_key()
73 key_size = xbits / 8; in dh_make_key()
/optee_os/lib/libmbedtls/core/
A Ddh.c47 size_t xbits, size_t key_size) in crypto_acipher_gen_dh_key() argument
67 if (xbits == 0) in crypto_acipher_gen_dh_key()
70 xbytes = xbits / 8; in crypto_acipher_gen_dh_key()
/optee_os/core/lib/libtomcrypt/
A Ddh.c39 size_t xbits, size_t key_size) in crypto_acipher_gen_dh_key() argument
55 ltc_res = dh_make_key(NULL, find_prng("prng_crypto"), q, xbits, in crypto_acipher_gen_dh_key()
/optee_os/core/drivers/crypto/crypto_api/acipher/
A Ddh.c34 size_t xbits, size_t key_size) in crypto_acipher_gen_dh_key() argument
49 ret = dh->gen_keypair(key, q, xbits); in crypto_acipher_gen_dh_key()
/optee_os/core/include/crypto/
A Dcrypto.h152 uint32_t xbits; /* Number of bits in the private key */ member
201 size_t xbits, size_t key_size);
/optee_os/core/drivers/crypto/caam/acipher/
A Dcaam_dh.c99 size_t key_size = inkey->xbits / 8; in do_keypriv_conv()
354 key->xbits = n_bytes * 8; in do_gen_keypair()
/optee_os/core/crypto/
A Dcrypto.c661 size_t xbits __unused, in crypto_acipher_gen_dh_key()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h155 int dh_make_key(prng_state *prng, int wprng, void *q, int xbits, dh_key *key); /* OP-TEE */
/optee_os/core/tee/
A Dtee_svc_cryp.c289 RAW_DATA(struct dh_keypair, xbits)
1836 dh_xbits = tee_dh_key->xbits; in tee_svc_obj_generate_key_dh()

Completed in 18 milliseconds