Searched refs:r_d (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_nist.c | 356 register BN_ULONG *r_d, *a_d = a->d; in BN_nist_mod_192() local 385 r_d = r->d; in BN_nist_mod_192() 386 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192() 388 r_d = a_d; in BN_nist_mod_192() 396 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_192() 443 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP); in BN_nist_mod_192() 445 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP); in BN_nist_mod_192() 447 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP); in BN_nist_mod_192() 452 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1], in BN_nist_mod_192() 463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192() [all …]
|
/freebsd/sys/dev/proto/ |
H A D | proto_core.c | 103 r->r_d.res = res; in proto_add_resource() 195 r->r_size = rman_get_size(r->r_d.res); in proto_attach() 210 r->r_d.busdma = proto_busdma_attach(sc); in proto_attach() 245 r->r_d.res); in proto_detach() 249 r->r_d.res); in proto_detach() 255 r->r_d.res); in proto_detach() 262 proto_busdma_detach(sc, r->r_d.busdma); in proto_detach() 315 proto_busdma_cleanup(sc, r->r_d.busdma); in proto_close() 357 pci_read_config(dev, ofs, 1) : bus_read_1(r->r_d.res, ofs); in proto_read() 361 pci_read_config(dev, ofs, 2) : bus_read_2(r->r_d.res, ofs); in proto_read() [all …]
|
H A D | proto.h | 43 } r_d; member
|