/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDH.c | 153 k.rfunc = (IS_TOKEN_OBJECT(pubkey) || IS_TOKEN_OBJECT(prikey)) ? in soft_dh_genkey_pair() 237 k.rfunc = NULL; in soft_dh_key_derive()
|
H A D | softDSA.c | 159 k.rfunc = NULL; in local_dsa_sign() 209 k.rfunc = NULL; in local_dsa_verify() 510 k.rfunc = (IS_TOKEN_OBJECT(pubkey) || IS_TOKEN_OBJECT(prikey)) ? in soft_dsa_genkey_pair()
|
H A D | softRSA.c | 77 k.rfunc = NULL; in soft_rsa_encrypt() 175 k.rfunc = NULL; in soft_rsa_decrypt() 882 k.rfunc = (IS_TOKEN_OBJECT(pubkey) || IS_TOKEN_OBJECT(prikey)) ? in soft_rsa_genkey_pair()
|
/titanic_44/usr/src/common/crypto/dh/ |
H A D | dh_impl.h | 86 int (*rfunc)(void *, size_t); /* random function */ member
|
H A D | dh_impl.c | 212 rf = bkey->rfunc; in dh_genkey_pair()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_work.c | 250 dtrace_consume_probe_f *pfunc, dtrace_consume_rec_f *rfunc, void *arg) in dtrace_work() argument 294 if (dtrace_consume(dtp, fp, pfunc, rfunc, arg) == -1) in dtrace_work()
|
H A D | dt_consume.c | 2089 dtrace_consume_probe_f *efunc, dtrace_consume_rec_f *rfunc, void *arg) in dt_consume_cpu() argument 2275 rval = (*rfunc)(&data, rec, arg); in dt_consume_cpu() 2519 rval = (*rfunc)(&data, NULL, arg); in dt_consume_cpu()
|
/titanic_44/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 138 generate_dsa_key(DSAkey *key, int (*rfunc)(void *, size_t)) in generate_dsa_key() 143 rf = rfunc; in generate_dsa_key() 233 if ((rv = generate_dsa_key(&dsakey, bkey->rfunc)) != in dsa_genkey_pair() 333 rf = bkey->rfunc; in dsa_sign()
|
H A D | dsa_impl.h | 100 int (*rfunc)(void *, size_t); /* random function */ member
|
/titanic_44/usr/src/uts/sun4v/io/px/ |
H A D | px_tools_4v.c | 133 uint64_t rfunc, pfunc; in pxtool_phys_access() local 153 if ((rfunc = va_to_pa((void *)px_phys_acc_4v)) == (uint64_t)-1) { in pxtool_phys_access() 158 if ((pfunc = hv_ra2pa(rfunc)) == -1) { in pxtool_phys_access()
|
/titanic_44/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_log.c | 633 fmd_log_rec_f *rfunc, fmd_log_err_f *efunc, void *private, ulong_t *rcntp) in fmd_log_xiter() argument 676 rv = rfunc(lp, &rec, private); in fmd_log_xiter() 693 fmd_log_iter(fmd_log_t *lp, fmd_log_rec_f *rfunc, void *private) in fmd_log_iter() argument 695 return (fmd_log_xiter(lp, 0, 0, NULL, rfunc, NULL, private, NULL)); in fmd_log_iter()
|
/titanic_44/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.h | 117 int (*rfunc)(void *, size_t); /* random function */ member
|
H A D | rsa_impl.c | 188 int (*rfunc)(void *, size_t)) in generate_rsa_key() 236 rf = rfunc; in generate_rsa_key() 444 bkey->rfunc)) != CKR_OK) { in rsa_genkey_pair()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | envd.h | 349 int (*rfunc)(ptree_rarg_t *, void *); member
|
H A D | piclenvsetup.c | 646 tuneablep->rfunc, in env_picl_setup_tuneables()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | envd.h | 510 int (*rfunc)(ptree_rarg_t *, void *); member
|
H A D | piclenvsetup.c | 867 tuneablep->rfunc, in env_picl_setup_tuneables()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | envd.h | 455 int (*rfunc)(ptree_rarg_t *, void *); member
|
H A D | piclenvsetup.c | 863 tuneablep->rfunc, in env_picl_setup_tuneables()
|
/titanic_44/usr/src/common/bignum/ |
H A D | bignum.h | 152 BIG_ERR_CODE big_random(BIGNUM *r, size_t length, int (*rfunc)(void *, size_t));
|
H A D | bignumimpl.c | 3161 big_random(BIGNUM *r, size_t rlen, int (*rfunc)(void *, size_t)) in big_random() 3166 if (r == NULL || rlen == 0 || rfunc == NULL) in big_random() 3183 if ((*rfunc)(r->value, rbytes) < 0) in big_random()
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | rsa.c | 686 k.rfunc = NULL; in core_rsa_encrypt() 837 k.rfunc = NULL; in core_rsa_decrypt()
|