Searched refs:xbits (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
A D | dh_make_key.c | 49 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-3.20.0/lib/libmbedtls/core/ |
A D | dh.c | 47 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-3.20.0/core/lib/libtomcrypt/ |
A D | dh.c | 39 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-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
A D | dh.c | 34 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-3.20.0/core/drivers/crypto/caam/acipher/ |
A D | caam_dh.c | 99 size_t key_size = inkey->xbits / 8; in do_keypriv_conv() 354 key->xbits = n_bytes * 8; in do_gen_keypair()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 153 uint32_t xbits; /* Number of bits in the private key */ member 217 size_t xbits, size_t key_size);
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 664 size_t xbits __unused, in crypto_acipher_gen_dh_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 148 int dh_make_key(prng_state *prng, int wprng, void *q, int xbits, dh_key *key); /* OP-TEE */
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 298 RAW_DATA(struct dh_keypair, xbits) 2089 dh_xbits = tee_dh_key->xbits; in tee_svc_obj_generate_key_dh()
|
Completed in 18 milliseconds