Home
last modified time | relevance | path

Searched refs:iov_cursor (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Df_aead.c41 struct iov_cursor cursor; in krb5int_des_cbc_encrypt()
82 struct iov_cursor cursor; in krb5int_des_cbc_decrypt()
135 struct iov_cursor cursor; in krb5int_des_cbc_mac()
H A Dd3_aead.c41 struct iov_cursor cursor; in krb5int_des3_cbc_encrypt()
88 struct iov_cursor cursor; in krb5int_des3_cbc_decrypt()
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Daead.c142 next_iov_to_process(struct iov_cursor *cursor, size_t ind) in next_iov_to_process()
155 k5_iov_cursor_init(struct iov_cursor *cursor, const krb5_crypto_iov *iov, in k5_iov_cursor_init()
169 k5_iov_cursor_get(struct iov_cursor *cursor, unsigned char *block) in k5_iov_cursor_get()
201 k5_iov_cursor_put(struct iov_cursor *cursor, unsigned char *block) in k5_iov_cursor_put()
H A Dcrypto_int.h434 struct iov_cursor { struct
458 void k5_iov_cursor_init(struct iov_cursor *cursor, const krb5_crypto_iov *iov, argument
461 krb5_boolean k5_iov_cursor_get(struct iov_cursor *cursor,
464 void k5_iov_cursor_put(struct iov_cursor *cursor, unsigned char *block);
649 iov_cursor_contig_blocks(struct iov_cursor *c) in iov_cursor_contig_blocks()
657 iov_cursor_ptr(struct iov_cursor *c) in iov_cursor_ptr()
668 iov_cursor_advance(struct iov_cursor *c, size_t nblocks) in iov_cursor_advance()
/freebsd/crypto/krb5/src/lib/crypto/openssl/enc_provider/
H A Dcamellia.c75 struct iov_cursor cursor; in cbc_enc()
109 struct iov_cursor cursor; in cbc_decr()
145 struct iov_cursor cursor; in do_cts()
227 struct iov_cursor cursor; in cts_encr()
280 struct iov_cursor cursor; in cts_decr()
388 struct iov_cursor cursor; in krb5int_camellia_cbc_mac()
H A Daes.c76 struct iov_cursor cursor; in cbc_enc()
110 struct iov_cursor cursor; in cbc_decr()
146 struct iov_cursor cursor; in do_cts()
228 struct iov_cursor cursor; in cts_encr()
281 struct iov_cursor cursor; in cts_decr()
H A Ddes3.c85 struct iov_cursor cursor; in k5_des3_encrypt()
134 struct iov_cursor cursor; in k5_des3_decrypt()
/freebsd/crypto/krb5/src/lib/crypto/builtin/enc_provider/
H A Dcamellia.c123 struct iov_cursor cursor; in krb5int_camellia_encrypt()
185 struct iov_cursor cursor; in krb5int_camellia_decrypt()
255 struct iov_cursor cursor; in krb5int_camellia_cbc_mac()
H A Daes.c245 struct iov_cursor cursor; in krb5int_aes_encrypt()
308 struct iov_cursor cursor; in krb5int_aes_decrypt()
/freebsd/crypto/krb5/src/lib/crypto/builtin/
H A Dcmac.c135 struct iov_cursor cursor; in krb5int_cmac_checksum()