Searched refs:auth_off (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c329 int auth_off, int auth_len,
341 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
343 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
388 int auth_off, int auth_len,
400 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
402 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
448 int auth_off, int auth_len,
460 "auth_off=%d auth_len=%d crypt_off=%d crypt_len=%d "
462 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp);
517 int auth_off, in
326 octo_des_cbc_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
385 octo_des_cbc_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
445 octo_aes_cbc_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
514 octo_aes_cbc_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
585 octo_null_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
687 octo_null_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
792 octo_des_cbc_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
940 octo_des_cbc_md5_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1091 octo_des_cbc_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1242 octo_des_cbc_sha1_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1395 octo_aes_cbc_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1572 octo_aes_cbc_md5_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1748 octo_aes_cbc_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1944 octo_aes_cbc_sha1_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
[all...]
H A Dcryptocteonvar.h37 typedef int octo_encrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp);
38 typedef int octo_decrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp);
H A Dcryptocteon.c272 int auth_off = 0, auth_len = 0, crypt_off = 0, crypt_len = 0, icv_off = 0; local
347 auth_off = maccrd->crd_skip;
355 auth_off = maccrd->crd_skip;
415 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp); local
418 auth_off, auth_len, crypt_off, crypt_len, icv_off, ivp); local
/freebsd-12-stable/sys/dev/qat/
H A Dqat_hw17.c613 auth_param->auth_off = 0;
645 auth_param->auth_off = 0;
H A Dqat_hw15reg.h619 uint32_t auth_off; member in struct:fw_la_auth_req_params
H A Dqat_hw15.c875 auth_req->auth_off = 0;
941 auth_req->auth_off = 0;
H A Dqat_hw17reg.h1900 uint32_t auth_off; member in struct:fw_la_auth_req_params
/freebsd-12-stable/contrib/bsnmp/lib/
H A Dsnmp.c361 size_t auth_off, moved = 0; local
363 auth_off = 0;
387 auth_off = sizeof(buf) - tb.asn_len + ASN_MAXLENLEN;
411 pdu->digest_ptr = b->asn_ptr + auth_off - moved;

Completed in 172 milliseconds