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 | 103 &(ctx_tmpl->ct_prov_tmpl), &(ctx_tmpl->ct_size)); in crypto_create_ctx_template() 141 memset(ctx_tmpl->ct_prov_tmpl, 0, ctx_tmpl->ct_size); in crypto_destroy_ctx_template() 142 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 | 82 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, in ossl_sm2_plaintext_size() 87 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ct, ct_size); 101 size_t msg_len, size_t *ct_size) in ossl_sm2_ciphertext_size() 115 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in ossl_sm2_encrypt() 70 ossl_sm2_plaintext_size(const unsigned char * ct,size_t ct_size,size_t * pt_size) ossl_sm2_plaintext_size() argument 89 ossl_sm2_ciphertext_size(const EC_KEY * key,const EVP_MD * digest,size_t msg_len,size_t * ct_size) ossl_sm2_ciphertext_size() argument
|
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
H A D | sched_impl.h | 115 size_t ct_size; /* for freeing */ member
|