Symbol: set_pin
usr/src/uts/common/crypto/io/crypto.c
3733
STRUCT_DECL(crypto_set_pin, set_pin);
usr/src/uts/common/crypto/io/crypto.c
3745
STRUCT_INIT(set_pin, mode);
usr/src/uts/common/crypto/io/crypto.c
3752
if (copyin(arg, STRUCT_BUF(set_pin),
usr/src/uts/common/crypto/io/crypto.c
3753
STRUCT_SIZE(set_pin)) != 0) {
usr/src/uts/common/crypto/io/crypto.c
3758
old_pin_len = STRUCT_FGET(set_pin, sp_old_len);
usr/src/uts/common/crypto/io/crypto.c
3760
if (get_pin_and_session_ptr(STRUCT_FGETP(set_pin, sp_old_pin),
usr/src/uts/common/crypto/io/crypto.c
3761
&old_pin, old_pin_len, cm, STRUCT_FGET(set_pin, sp_session),
usr/src/uts/common/crypto/io/crypto.c
3765
new_pin_len = STRUCT_FGET(set_pin, sp_new_len);
usr/src/uts/common/crypto/io/crypto.c
3772
if (new_pin_len != 0 && copyin(STRUCT_FGETP(set_pin, sp_new_pin),
usr/src/uts/common/crypto/io/crypto.c
3779
CRYPTO_OPS_OFFSET(provider_ops), CRYPTO_PROVIDER_OFFSET(set_pin),
usr/src/uts/common/crypto/io/crypto.c
3810
STRUCT_FSET(set_pin, sp_return_value, rv);
usr/src/uts/common/crypto/io/crypto.c
3811
if (copyout(STRUCT_BUF(set_pin), arg, STRUCT_SIZE(set_pin)) != 0) {
usr/src/uts/common/crypto/io/crypto.c
6884
return (set_pin(dev, ARG, mode, rval));
usr/src/uts/common/crypto/io/crypto.c
812
if (provider_ops->set_pin != NULL)
usr/src/uts/common/sys/crypto/impl.h
1209
(KCF_PROV_PROVIDER_OPS(pd) && KCF_PROV_PROVIDER_OPS(pd)->set_pin) ? \
usr/src/uts/common/sys/crypto/impl.h
1210
KCF_PROV_PROVIDER_OPS(pd)->set_pin((pd)->pd_prov_handle, \
usr/src/uts/common/sys/crypto/spi.h
466
int (*set_pin)(crypto_provider_handle_t, crypto_session_id_t,