Searched refs:crypto_sign_ops_t (Results 1 – 8 of 8) sorted by relevance
255 } crypto_sign_ops_t; typedef514 crypto_sign_ops_t *co_sign_ops;
244 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()
36 #define CRYPTO_SIGN_OFFSET(f) offsetof(crypto_sign_ops_t, f)
145 static crypto_sign_ops_t ecc_sign_ops = {
228 static crypto_sign_ops_t rsa_sign_ops = {
275 static crypto_sign_ops_t dca_sign_ops = {
666 crypto_sign_ops_t *sign_ops; in crypto_build_function_list()
812 static crypto_sign_ops_t dprov_sign_ops = {