Lines Matching full:off

48  * (i.e. off != 0 or count < key blob size) -EINVAL is returned.
51 loff_t off, size_t count) in pkey_protkey_aes_attr_read() argument
57 if (off != 0 || count < sizeof(protkeytoken)) in pkey_protkey_aes_attr_read()
105 * (i.e. off != 0 or count < key blob size) -EINVAL is returned.
108 loff_t off, size_t count) in pkey_protkey_aes_xts_attr_read() argument
125 if (off != 0 || count < sizeof(*t) + protlen) in pkey_protkey_aes_xts_attr_read()
147 * (i.e. off != 0 or count < key blob size) -EINVAL is returned.
150 loff_t off, size_t count) in pkey_protkey_hmac_attr_read() argument
167 if (off != 0 || count < sizeof(*t) + protlen) in pkey_protkey_hmac_attr_read()
188 char *buf, loff_t off, in protkey_aes_128_read() argument
192 off, count); in protkey_aes_128_read()
198 char *buf, loff_t off, in protkey_aes_192_read() argument
202 off, count); in protkey_aes_192_read()
208 char *buf, loff_t off, in protkey_aes_256_read() argument
212 off, count); in protkey_aes_256_read()
218 char *buf, loff_t off, in protkey_aes_128_xts_read() argument
222 off, count); in protkey_aes_128_xts_read()
228 char *buf, loff_t off, in protkey_aes_256_xts_read() argument
232 off, count); in protkey_aes_256_xts_read()
238 char *buf, loff_t off, in protkey_aes_xts_128_read() argument
242 buf, off, count); in protkey_aes_xts_128_read()
248 char *buf, loff_t off, in protkey_aes_xts_256_read() argument
252 buf, off, count); in protkey_aes_xts_256_read()
258 char *buf, loff_t off, in protkey_hmac_512_read() argument
262 buf, off, count); in protkey_hmac_512_read()
268 char *buf, loff_t off, in protkey_hmac_1024_read() argument
272 buf, off, count); in protkey_hmac_1024_read()
307 * (i.e. off != 0 or count < key blob size) -EINVAL is returned.
310 loff_t off, size_t count) in pkey_ccadata_aes_attr_read() argument
316 if (off != 0 || count < sizeof(struct secaeskeytoken)) in pkey_ccadata_aes_attr_read()
345 char *buf, loff_t off, in ccadata_aes_128_read() argument
349 off, count); in ccadata_aes_128_read()
355 char *buf, loff_t off, in ccadata_aes_192_read() argument
359 off, count); in ccadata_aes_192_read()
365 char *buf, loff_t off, in ccadata_aes_256_read() argument
369 off, count); in ccadata_aes_256_read()
375 char *buf, loff_t off, in ccadata_aes_128_xts_read() argument
379 off, count); in ccadata_aes_128_xts_read()
385 char *buf, loff_t off, in ccadata_aes_256_xts_read() argument
389 off, count); in ccadata_aes_256_xts_read()
418 * (i.e. off != 0 or count < key blob size) -EINVAL is returned.
421 bool is_xts, char *buf, loff_t off, in pkey_ccacipher_aes_attr_read() argument
427 if (off != 0 || count < CCACIPHERTOKENSIZE) in pkey_ccacipher_aes_attr_read()
459 char *buf, loff_t off, in ccacipher_aes_128_read() argument
463 off, count); in ccacipher_aes_128_read()
469 char *buf, loff_t off, in ccacipher_aes_192_read() argument
473 off, count); in ccacipher_aes_192_read()
479 char *buf, loff_t off, in ccacipher_aes_256_read() argument
483 off, count); in ccacipher_aes_256_read()
489 char *buf, loff_t off, in ccacipher_aes_128_xts_read() argument
493 off, count); in ccacipher_aes_128_xts_read()
499 char *buf, loff_t off, in ccacipher_aes_256_xts_read() argument
503 off, count); in ccacipher_aes_256_xts_read()
530 * (i.e. off != 0 or count < key blob size) -EINVAL is returned.
536 bool is_xts, char *buf, loff_t off, in pkey_ep11_aes_attr_read() argument
542 if (off != 0 || count < MAXEP11AESKEYBLOBSIZE) in pkey_ep11_aes_attr_read()
574 char *buf, loff_t off, in ep11_aes_128_read() argument
578 off, count); in ep11_aes_128_read()
584 char *buf, loff_t off, in ep11_aes_192_read() argument
588 off, count); in ep11_aes_192_read()
594 char *buf, loff_t off, in ep11_aes_256_read() argument
598 off, count); in ep11_aes_256_read()
604 char *buf, loff_t off, in ep11_aes_128_xts_read() argument
608 off, count); in ep11_aes_128_xts_read()
614 char *buf, loff_t off, in ep11_aes_256_xts_read() argument
618 off, count); in ep11_aes_256_xts_read()