Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_gcm_hw.c31 # ifdef HWSM4_ctr32_encrypt_blocks in sm4_gcm_initkey()
33 HWSM4_ctr32_encrypt_blocks); in sm4_gcm_initkey()
H A Dcipher_sm4_hw.c37 #ifdef HWSM4_ctr32_encrypt_blocks in cipher_hw_sm4_initkey()
39 ctx->stream.ctr = (ctr128_f)HWSM4_ctr32_encrypt_blocks; in cipher_hw_sm4_initkey()
/openssl/include/crypto/
H A Dsm4_platform.h40 # define HWSM4_ctr32_encrypt_blocks sm4_v8_ctr32_encrypt_blocks macro
69 void HWSM4_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
/openssl/crypto/evp/
H A De_sm4.c111 # ifdef HWSM4_ctr32_encrypt_blocks in sm4_init_key()
113 dat->stream.ctr = (ctr128_f) HWSM4_ctr32_encrypt_blocks; in sm4_init_key()

Completed in 6 milliseconds