Searched refs:crypto_memneq (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/crypto/asymmetric_keys/
H A Drsa.c193 if (crypto_memneq(asn1_template, EM + T_offset, asn1_size) != 0) { RSA_verify()
198 if (crypto_memneq(H, EM + T_offset + asn1_size, hash_size) != 0) { RSA_verify()
/linux-4.1.27/crypto/
H A Dauthencesn.c232 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_esn_verify_ahash_update_done()
281 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_esn_verify_ahash_update_done2()
321 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_esn_verify_ahash_done()
553 return crypto_memneq(ihash, ohash, authsize) ? -EBADMSG : 0; crypto_authenc_esn_verify()
H A Dauthenc.c203 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_verify_ahash_update_done()
242 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_verify_ahash_done()
478 return crypto_memneq(ihash, ohash, authsize) ? -EBADMSG : 0; crypto_authenc_verify()
H A Dmemneq.c154 * crypto_memneq defined in crypto/algapi.h.
H A Dccm.c367 if (!err && crypto_memneq(pctx->auth_tag, pctx->odata, authsize)) crypto_ccm_decrypt_done()
426 if (crypto_memneq(authtag, odata, authsize)) crypto_ccm_decrypt()
H A Dgcm.c585 return crypto_memneq(iauth_tag, auth_tag, authsize) ? -EBADMSG : 0; crypto_gcm_verify()
/linux-4.1.27/include/crypto/
H A Dalgapi.h399 * crypto_memneq - Compare two areas of memory without leaking
408 static inline int crypto_memneq(const void *a, const void *b, size_t size) crypto_memneq() function
/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c245 if (!(crypto_memneq(key, &key[DES_KEY_SIZE], DES_KEY_SIZE) && des3_setkey()
246 crypto_memneq(&key[DES_KEY_SIZE], &key[DES_KEY_SIZE * 2], des3_setkey()
/linux-4.1.27/security/integrity/evm/
H A Devm_main.c152 rc = crypto_memneq(xattr_data->digest, calc.digest, evm_verify_hmac()
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c1152 retval = crypto_memneq(src + tempCipherLen, authTag, auth_tag_len) ? __driver_rfc4106_decrypt()

Completed in 124 milliseconds