Home
last modified time | relevance | path

Searched refs:conf_out (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Dsm2-kep.c474 if (p->conf_out) { in crypto_acipher_sm2_kep_derive()
482 res = sm2_kep_compute_S(p->conf_out, TEE_SM3_HASH_SIZE, flag, in crypto_acipher_sm2_kep_derive()
/optee_os/core/lib/libtomcrypt/
H A Dsm2-kep.c381 if (p->conf_out) { in sm2_kep_derive()
389 res = sm2_kep_compute_S(p->conf_out, TEE_SM3_HASH_SIZE, flag, U, in sm2_kep_derive()
/optee_os/core/include/crypto/
H A Dcrypto.h324 uint8_t *conf_out; member
/optee_os/core/tee/
H A Dtee_svc_cryp.c3660 kep_parms->conf_out = bbuf; in get_sm2_kep_params()