/dflybsd-src/sys/crypto/ |
H A D | chachapoly.c | 90 const uint8_t *ad, size_t ad_len) in _chacha20poly1305_update_ad() 206 const uint8_t *ad, size_t ad_len, in chacha20poly1305_encrypt() 226 const uint8_t *ad, size_t ad_len, in chacha20poly1305_decrypt() 257 const uint8_t *ad, size_t ad_len, in xchacha20poly1305_encrypt() 279 const uint8_t *ad, size_t ad_len, in xchacha20poly1305_decrypt() 360 chacha20poly1305_encrypt_mbuf(struct mbuf *m, const uint8_t *ad, size_t ad_len, in chacha20poly1305_encrypt_mbuf() 382 chacha20poly1305_decrypt_mbuf(struct mbuf *m, const uint8_t *ad, size_t ad_len, in chacha20poly1305_decrypt_mbuf()
|
/dflybsd-src/lib/libc/rpc/ |
H A D | auth_des.c | 154 struct ad_private *ad; in authdes_pk_seccreate() local 272 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_marshal() local 364 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_validate() local 423 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_refresh() local 463 struct ad_private *ad = AUTH_PRIVATE(auth); in authdes_destroy() local
|
/dflybsd-src/crypto/libressl/crypto/ |
H A D | ex_data.c | 415 int_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in int_new_ex_data() 499 int_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in int_free_ex_data() 578 CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data() 596 CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_free_ex_data() 605 CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val) in CRYPTO_set_ex_data() 631 CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx) in CRYPTO_get_ex_data()
|
/dflybsd-src/crypto/libressl/crypto/objects/ |
H A D | obj_dat.c | 345 ADDED_OBJ ad, *adp; in OBJ_nid2obj() local 373 ADDED_OBJ ad, *adp; in OBJ_nid2sn() local 401 ADDED_OBJ ad, *adp; in OBJ_nid2ln() local 459 ADDED_OBJ ad, *adp; in OBJ_obj2nid() local 525 ADDED_OBJ ad, *adp; in OBJ_ln2nid() local 547 ADDED_OBJ ad, *adp; in OBJ_sn2nid() local
|
/dflybsd-src/sys/net/pf/ |
H A D | pf_table.c | 94 #define ADDR_NETWORK(ad) ((ad)->pfra_net < AF_BITS((ad)->pfra_af)) argument 239 struct pfr_addr ad; in pfr_add_addrs() local 319 struct pfr_addr ad; in pfr_del_addrs() local 410 struct pfr_addr ad; in pfr_set_addrs() local 524 struct pfr_addr ad; in pfr_tst_addrs() local 652 struct pfr_addr ad; in pfr_clr_astats() local 698 pfr_validate_addr(struct pfr_addr *ad) in pfr_validate_addr() 766 pfr_lookup_addr(struct pfr_ktable *kt, struct pfr_addr *ad, int exact) in pfr_lookup_addr() 796 pfr_create_kentry(struct pfr_addr *ad, int intr) in pfr_create_kentry() 861 pfr_insert_kentry(struct pfr_ktable *kt, struct pfr_addr *ad, long tzero) in pfr_insert_kentry() [all …]
|
/dflybsd-src/crypto/libressl/crypto/evp/ |
H A D | evp_aead.c | 108 const unsigned char *in, size_t in_len, const unsigned char *ad, in EVP_AEAD_CTX_seal() 140 const unsigned char *in, size_t in_len, const unsigned char *ad, in EVP_AEAD_CTX_open()
|
H A D | e_chacha20poly1305.c | 128 const unsigned char *ad, size_t ad_len) in aead_chacha20_poly1305_seal() 178 const unsigned char *ad, size_t ad_len) in aead_chacha20_poly1305_open() 235 const unsigned char *ad, size_t ad_len) in aead_xchacha20_poly1305_seal() 283 const unsigned char *ad, size_t ad_len) in aead_xchacha20_poly1305_open()
|
/dflybsd-src/tools/regression/lib/libm/ |
H A D | test-nan.c | 49 double ad[4]; in testnan() local
|
/dflybsd-src/sys/dev/disk/sili/ |
H A D | sili_attach.c | 92 const struct sili_device *ad; in sili_lookup_device() local
|
H A D | sili_dragonfly.c | 92 const struct sili_device *ad; in sili_probe() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_extract2.c | 83 struct archive *ad) in archive_read_extract2()
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_ath_spectral.c | 181 ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_spectral()
|
H A D | if_ath_ioctl.c | 170 ath_ioctl_diag(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_diag()
|
H A D | if_ath_btcoex.c | 366 ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_btcoex_ioctl()
|
H A D | if_ath_lna_div.c | 162 ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_lna_div_ioctl()
|
/dflybsd-src/sys/dev/disk/nvme/ |
H A D | nvme_attach.c | 61 const nvme_device_t *ad; in nvme_lookup_device() local
|
H A D | nvme_dragonfly.c | 84 const nvme_device_t *ad; in nvme_probe() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lra-constraints.c | 352 address_eliminator::address_eliminator (struct address_info *ad) in address_eliminator() 387 valid_address_p (struct address_info *ad) in valid_address_p() 398 struct address_info ad; in satisfies_memory_constraint_p() local 408 satisfies_address_constraint_p (struct address_info *ad, in satisfies_address_constraint_p() 420 struct address_info ad; in satisfies_address_constraint_p() local 1792 struct address_info ad; in uses_hard_regs_p() local 3038 base_to_reg (struct address_info *ad) in base_to_reg() 3071 base_plus_disp_to_reg (struct address_info *ad, rtx disp) in base_plus_disp_to_reg() 3088 index_part_to_reg (struct address_info *ad) in index_part_to_reg() 3103 can_add_disp_p (struct address_info *ad) in can_add_disp_p() [all …]
|
/dflybsd-src/contrib/grep/lib/ |
H A D | fts-cycle.c | 79 struct Active_dir *ad = malloc (sizeof *ad); in enter_dir() local
|
/dflybsd-src/sys/dev/netif/ath/ath_dfs/null/ |
H A D | dfs_null.c | 221 ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_phyerr()
|
/dflybsd-src/include/arpa/ |
H A D | nameser_compat.h | 73 unsigned ad: 1; /* authentic data from named */ member 87 unsigned ad: 1; /* authentic data from named */ member
|
/dflybsd-src/sys/dev/disk/ahci/ |
H A D | ahci_dragonfly.c | 94 const struct ahci_device *ad; in ahci_probe() local
|
H A D | ahci_attach.c | 124 const struct ahci_device *ad; in ahci_lookup_device() local
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_ocsp.c | 360 ACCESS_DESCRIPTION *ad; in i2r_ocsp_serviceloc() local
|
/dflybsd-src/usr.sbin/sdpd/ |
H A D | profile.c | 88 attr_t const *ad = (attr_t const *) profile->attrs; in profile_get_attr() local
|