Searched defs:flag (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | ec25519_crypto_ctx.c | 12 int ec25519_crypto_ctx(unsigned char *out, unsigned long *outlen, unsigned char flag, const unsigne… in ec25519_crypto_ctx()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | sm2-kep.c | 103 static TEE_Result sm2_kep_compute_S(uint8_t *S, size_t S_len, uint8_t flag, in sm2_kep_compute_S() 359 uint8_t flag = p->is_initiator ? 0x02 : 0x03; in sm2_kep_derive() local 382 uint8_t flag = p->is_initiator ? 0x03 : 0x02; in sm2_kep_derive() local
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | sm2-kep.c | 133 static TEE_Result sm2_kep_compute_S(uint8_t *S, size_t S_len, uint8_t flag, in sm2_kep_compute_S() 452 uint8_t flag = p->is_initiator ? 0x02 : 0x03; in crypto_acipher_sm2_kep_derive() local 475 uint8_t flag = p->is_initiator ? 0x03 : 0x02; in crypto_acipher_sm2_kep_derive() local
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing.h | 75 uint32_t flag; member
|
A D | processing_ec.c | 792 uint32_t flag = 0; in pkcs2tee_proc_params_eddsa() local
|
/optee_os-3.20.0/core/drivers/ |
A D | zynqmp_pm.c | 72 uint32_t flag; member
|
A D | versal_trng.c | 402 uint32_t flag, const uint8_t *pstr) in trng_df_algorithm()
|
Completed in 11 milliseconds