Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dsm2.h78 int ossl_sm2_decrypt(const EC_KEY *key,
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Dsm2_enc.c119 return ossl_sm2_decrypt(psm2ctx->key, md, in, inlen, out, outlen); in sm2_asym_decrypt()
/freebsd/crypto/openssl/test/
H A Dsm2_internal_test.c192 || !TEST_true(ossl_sm2_decrypt(key, digest, ctext, ctext_len, in test_sm2_crypt()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c275 int ossl_sm2_decrypt(const EC_KEY *key, in ossl_sm2_decrypt() function