Searched refs:ct_size (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/icp/api/ |
| H A D | kcf_ctxops.c | 104 &(ctx_tmpl->ct_prov_tmpl), &(ctx_tmpl->ct_size)); in crypto_create_ctx_template() 142 memset(ctx_tmpl->ct_prov_tmpl, 0, ctx_tmpl->ct_size); in crypto_destroy_ctx_template() 143 kmem_free(ctx_tmpl->ct_prov_tmpl, ctx_tmpl->ct_size); in crypto_destroy_ctx_template()
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | sm2.h | 68 size_t msg_len, size_t *ct_size); 70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size,
|
| /freebsd/crypto/openssl/crypto/sm2/ |
| H A D | sm2_crypt.c | 69 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, in ossl_sm2_plaintext_size() argument 74 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ct, ct_size); in ossl_sm2_plaintext_size() 88 size_t msg_len, size_t *ct_size) in ossl_sm2_ciphertext_size() argument 102 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in ossl_sm2_ciphertext_size()
|
| /freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | sched_impl.h | 116 size_t ct_size; /* for freeing */ member
|