Searched refs:final (Results 1 – 15 of 15) sorted by relevance
| /crypto/ |
| A D | cbc.c | 57 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 D | sha512.c | 271 .final = crypto_sha384_final, 287 .final = crypto_sha512_final, 305 .final = crypto_hmac_sha384_final, 323 .final = crypto_hmac_sha512_final,
|
| A D | sha256.c | 265 .final = crypto_sha224_final, 281 .final = crypto_sha256_final, 299 .final = crypto_hmac_sha224_final, 317 .final = crypto_hmac_sha256_final,
|
| A D | sha1.c | 156 .final = crypto_sha1_final, 174 .final = crypto_hmac_sha1_final,
|
| A D | ecb.c | 17 u8 *dst, unsigned nbytes, bool final, in crypto_ecb_crypt() argument 31 return nbytes && final ? -EINVAL : nbytes; in crypto_ecb_crypt()
|
| A D | xxhash_generic.c | 75 .final = xxhash64_final,
|
| A D | crc32.c | 97 .final = crc32_final,
|
| A D | crypto_null.c | 76 .final = null_final,
|
| A D | crc32c.c | 135 .final = chksum_final,
|
| A D | michael_mic.c | 147 .final = michael_final,
|
| A D | nhpoly1305.c | 233 .final = crypto_nhpoly1305_final,
|
| A D | md4.c | 216 .final = md4_final,
|
| A D | shash.c | 95 shash->final(desc, out); in shash_default_finup()
|
| A D | ahash.c | 600 err = crypto_ahash_alg(tfm)->final(req); in ahash_def_finup_finish1()
|
| A D | cryptd.c | 707 inst->alg.final = cryptd_hash_final_enqueue; in cryptd_create_hash()
|
Completed in 22 milliseconds