Home
last modified time | relevance | path

Searched refs:ossl_sm2_encrypt (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dsm2.h73 int ossl_sm2_encrypt(const EC_KEY *key,
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Dsm2_enc.c100 return ossl_sm2_encrypt(psm2ctx->key, md, in, inlen, out, outlen); in sm2_asym_encrypt()
/freebsd/crypto/openssl/test/
H A Dsm2_internal_test.c175 if (!TEST_true(ossl_sm2_encrypt(key, digest, in test_sm2_crypt()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c107 int ossl_sm2_encrypt(const EC_KEY *key, in ossl_sm2_encrypt() function