Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Dsm2-kep.c450 if (p->conf_in) { in crypto_acipher_sm2_kep_derive()
465 if (consttime_memcmp(S1, p->conf_in, sizeof(S1))) { in crypto_acipher_sm2_kep_derive()
/optee_os/core/lib/libtomcrypt/
H A Dsm2-kep.c357 if (p->conf_in) { in sm2_kep_derive()
372 if (consttime_memcmp(S1, p->conf_in, sizeof(S1))) { in sm2_kep_derive()
/optee_os/core/include/crypto/
H A Dcrypto.h322 const uint8_t *conf_in; member
/optee_os/core/tee/
H A Dtee_svc_cryp.c3650 kep_parms->conf_in = bbuf; in get_sm2_kep_params()