Home
last modified time | relevance | path

Searched defs:enc_len (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c435 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_wrap() local
514 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_unwrap() local
1245 zfs_uio_t *out_uio, uint_t *enc_len, uint8_t **authbuf, uint_t *auth_len, in zio_crypt_init_uios_zil() argument
1415 zfs_uio_t *puio, zfs_uio_t *out_uio, uint_t *enc_len, uint8_t **authbuf, in zio_crypt_init_uios_dnode() argument
1562 zio_crypt_init_uios_normal(boolean_t encrypt,uint8_t * plainbuf,uint8_t * cipherbuf,uint_t datalen,zfs_uio_t * puio,zfs_uio_t * out_uio,uint_t * enc_len) zio_crypt_init_uios_normal() argument
1618 zio_crypt_init_uios(boolean_t encrypt,uint64_t version,dmu_object_type_t ot,uint8_t * plainbuf,uint8_t * cipherbuf,uint_t datalen,boolean_t byteswap,uint8_t * mac,zfs_uio_t * puio,zfs_uio_t * cuio,uint_t * enc_len,uint8_t ** authbuf,uint_t * auth_len,boolean_t * no_crypt) zio_crypt_init_uios() argument
1681 uint_t enc_len, auth_len; zio_do_crypt_data() local
[all...]
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c496 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_wrap() local
565 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_unwrap() local
1404 zfs_uio_t *cuio, uint_t *enc_len, uint8_t **authbuf, uint_t *auth_len, in zio_crypt_init_uios_zil() argument
1616 zfs_uio_t *puio, zfs_uio_t *cuio, uint_t *enc_len, uint8_ in zio_crypt_init_uios_dnode() argument
1801 zio_crypt_init_uios_normal(boolean_t encrypt,uint8_t * plainbuf,uint8_t * cipherbuf,uint_t datalen,zfs_uio_t * puio,zfs_uio_t * cuio,uint_t * enc_len) zio_crypt_init_uios_normal() argument
1861 zio_crypt_init_uios(boolean_t encrypt,uint64_t version,dmu_object_type_t ot,uint8_t * plainbuf,uint8_t * cipherbuf,uint_t datalen,boolean_t byteswap,uint8_t * mac,zfs_uio_t * puio,zfs_uio_t * cuio,uint_t * enc_len,uint8_t ** authbuf,uint_t * auth_len,boolean_t * no_crypt) zio_crypt_init_uios() argument
1920 uint_t enc_len, auth_len; zio_do_crypt_data() local
[all...]
H A Dqat_crypt.c295 crypto_key_t *key, uint64_t crypt, uint32_t enc_len) in qat_crypt()
/freebsd-src/crypto/openssl/crypto/ec/
H A Decp_oct.c282 size_t field_len, enc_len; in ossl_ec_GFp_simple_oct2point() local
H A Dec2_oct.c263 size_t field_len, enc_len; in ossl_ec_GF2m_simple_oct2point() local
/freebsd-src/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c71 wpa_ft_rrb_decrypt(const u8 * key,const size_t key_len,const u8 * enc,size_t enc_len,const u8 * auth,const size_t auth_len,const u8 * src_addr,u8 type,u8 ** plain,size_t * plain_size) wpa_ft_rrb_decrypt() argument
880 size_t enc_len; global() member
929 wpa_ft_rrb_seq_req(struct wpa_authenticator * wpa_auth,struct ft_remote_seq * rkh_seq,const u8 * src_addr,const u8 * f_r0kh_id,size_t f_r0kh_id_len,const u8 * f_r1kh_id,const u8 * key,size_t key_len,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int (* cb)(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer)) wpa_ft_rrb_seq_req() argument
1025 wpa_ft_rrb_seq_chk(struct ft_remote_seq * rkh_seq,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,const char * msgtype,int no_defer) wpa_ft_rrb_seq_chk() argument
3803 wpa_ft_rrb_rx_pull(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_pull() argument
3960 wpa_ft_rrb_rx_r1(struct wpa_authenticator * wpa_auth,const u8 * src_addr,u8 type,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,const char * msgtype,u8 * s1kh_id_out,int (* cb)(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer)) wpa_ft_rrb_rx_r1() argument
4190 wpa_ft_rrb_rx_resp(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_resp() argument
4244 wpa_ft_rrb_rx_push(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_push() argument
4262 wpa_ft_rrb_rx_seq(struct wpa_authenticator * wpa_auth,const u8 * src_addr,int type,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,struct ft_remote_seq ** rkh_seq,u8 ** key,size_t * key_len,struct ft_remote_r0kh ** r0kh_out,struct ft_remote_r1kh ** r1kh_out,struct ft_remote_r0kh ** r0kh_wildcard_out,struct ft_remote_r1kh ** r1kh_wildcard_out) wpa_ft_rrb_rx_seq() argument
4380 wpa_ft_rrb_rx_seq_req(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_seq_req() argument
4449 wpa_ft_rrb_rx_seq_resp(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_seq_resp() argument
[all...]
/freebsd-src/crypto/openssl/crypto/
H A Dpunycode.c118 int ossl_punycode_decode(const char *pEncoded, const size_t enc_len, in ossl_punycode_decode()
/freebsd-src/crypto/openssl/include/openssl/
H A Dx509.h.in214 int enc_len; member
H A Dx509.h384 int enc_len; member