Home
last modified time | relevance | path

Searched refs:ossl_sm4_decrypt (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_sm4.c42 (block128_f)ossl_sm4_decrypt); in sm4_cbc_encrypt()
59 ossl_sm4_decrypt(in, out, key); in sm4_ecb_encrypt()
/third_party/openssl/crypto/evp/
H A De_sm4.c42 (block128_f)ossl_sm4_decrypt); in sm4_cbc_encrypt()
59 ossl_sm4_decrypt(in, out, key); in sm4_ecb_encrypt()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsm4.h36 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
/third_party/openssl/include/crypto/
H A Dsm4.h36 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_hw.c25 ctx->block = (block128_f)ossl_sm4_decrypt; in cipher_hw_sm4_initkey()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_hw.c25 ctx->block = (block128_f)ossl_sm4_decrypt; in cipher_hw_sm4_initkey()
/third_party/openssl/test/
H A Dsm4_internal_test.c71 ossl_sm4_decrypt(block, block, &key); in test_sm4_ecb()
/third_party/node/deps/openssl/openssl/crypto/sm4/
H A Dsm4.c213 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_decrypt() function
/third_party/openssl/crypto/sm4/
H A Dsm4.c213 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_decrypt() function

Completed in 4 milliseconds