Home
last modified time | relevance | path

Searched refs:final (Results 1 – 15 of 15) sorted by relevance

/crypto/
A Dcbc.c57 bool final = flags & CRYPTO_LSKCIPHER_FLAG_FINAL; in crypto_cbc_encrypt() local
66 return rem && final ? -EINVAL : rem; in crypto_cbc_encrypt()
126 bool final = flags & CRYPTO_LSKCIPHER_FLAG_FINAL; in crypto_cbc_decrypt() local
135 return rem && final ? -EINVAL : rem; in crypto_cbc_decrypt()
A Dsha512.c271 .final = crypto_sha384_final,
287 .final = crypto_sha512_final,
305 .final = crypto_hmac_sha384_final,
323 .final = crypto_hmac_sha512_final,
A Dsha256.c265 .final = crypto_sha224_final,
281 .final = crypto_sha256_final,
299 .final = crypto_hmac_sha224_final,
317 .final = crypto_hmac_sha256_final,
A Dsha1.c156 .final = crypto_sha1_final,
174 .final = crypto_hmac_sha1_final,
A Decb.c17 u8 *dst, unsigned nbytes, bool final, in crypto_ecb_crypt() argument
31 return nbytes && final ? -EINVAL : nbytes; in crypto_ecb_crypt()
A Dxxhash_generic.c75 .final = xxhash64_final,
A Dcrc32.c97 .final = crc32_final,
A Dcrypto_null.c76 .final = null_final,
A Dcrc32c.c135 .final = chksum_final,
A Dmichael_mic.c147 .final = michael_final,
A Dnhpoly1305.c233 .final = crypto_nhpoly1305_final,
A Dmd4.c216 .final = md4_final,
A Dshash.c95 shash->final(desc, out); in shash_default_finup()
A Dahash.c600 err = crypto_ahash_alg(tfm)->final(req); in ahash_def_finup_finish1()
A Dcryptd.c707 inst->alg.final = cryptd_hash_final_enqueue; in cryptd_create_hash()

Completed in 24 milliseconds