Home
last modified time | relevance | path

Searched refs:crypto_sign_ops_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h255 } crypto_sign_ops_t; typedef
514 crypto_sign_ops_t *co_sign_ops;
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c244 dst->co_sign_ops = kmem_alloc(sizeof (crypto_sign_ops_t), in allocate_ops_v1()
436 sizeof (crypto_sign_ops_t)); in kcf_free_provider_desc()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_sign.c36 #define CRYPTO_SIGN_OFFSET(f) offsetof(crypto_sign_ops_t, f)
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c145 static crypto_sign_ops_t ecc_sign_ops = {
H A Drsa.c228 static crypto_sign_ops_t rsa_sign_ops = {
H A Ddca.c275 static crypto_sign_ops_t dca_sign_ops = {
H A Dcrypto.c666 crypto_sign_ops_t *sign_ops; in crypto_build_function_list()
H A Ddprov.c812 static crypto_sign_ops_t dprov_sign_ops = {