Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dsm2.h67 int ossl_sm2_ciphertext_size(const EC_KEY *key, const EVP_MD *digest,
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Dsm2_enc.c93 if (!ossl_sm2_ciphertext_size(psm2ctx->key, md, inlen, outlen)) { in sm2_asym_encrypt()
/freebsd/crypto/openssl/test/
H A Dsm2_internal_test.c166 || !TEST_true(ossl_sm2_ciphertext_size(key, digest, msg_len, in test_sm2_crypt()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c87 int ossl_sm2_ciphertext_size(const EC_KEY *key, const EVP_MD *digest, in ossl_sm2_ciphertext_size() function