Home
last modified time | relevance | path

Searched refs:XMEM_NEQ (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ed25519/
A Ded25519_set_key.c44 if (XMEM_NEQ(pk, key->pub, sizeof(key->pub)) != 0) { in ed25519_set_key()
/optee_os/core/lib/libtomcrypt/src/pk/x25519/
A Dx25519_set_key.c44 if (XMEM_NEQ(u, key->pub, sizeof(key->pub)) != 0) { in x25519_set_key()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb/
A Docb_done_decrypt.c59 if (taglen <= tagbuflen && XMEM_NEQ(tagbuf, tag, taglen) == 0) { in ocb_done_decrypt()
/optee_os/core/lib/libtomcrypt/src/encauth/eax/
A Deax_decrypt_verify_memory.c89 if (buflen >= taglen && XMEM_NEQ(buf, tag, taglen) == 0) { in eax_decrypt_verify_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_decrypt_verify_memory.c91 if (buflen >= taglen && XMEM_NEQ(buf, tag, taglen) == 0) { in ocb3_decrypt_verify_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/
A Dchacha20poly1305_memory.c63 if (buflen != *taglen || XMEM_NEQ(buf, tag, buflen) != 0) { in chacha20poly1305_memory()
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_memory.c108 if (buflen != *taglen || XMEM_NEQ(buf, tag, buflen) != 0) { in gcm_memory()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_custom.h43 #ifndef XMEM_NEQ
45 #define XMEM_NEQ consttime_memcmp macro
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/
A Dpkcs_1_oaep_decode.c139 if (XMEM_NEQ(seed, DB, hLen) != 0) { in pkcs_1_oaep_decode()
A Dpkcs_1_pss_decode.c152 if (XMEM_NEQ(mask, hash, hLen) == 0) { in pkcs_1_pss_decode()
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
A Dccm_memory.c350 err = XMEM_NEQ(ptTag, PAD, *taglen); in ccm_memory()

Completed in 131 milliseconds