Searched refs:ossl_sm4_encrypt (Results 1 – 8 of 8) sorted by relevance
/openssl/test/ |
H A D | sm4_internal_test.c | 60 ossl_sm4_encrypt(block, block, &key); in test_sm4_ecb() 65 ossl_sm4_encrypt(block, block, &key); in test_sm4_ecb()
|
/openssl/include/crypto/ |
H A D | sm4.h | 34 void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_ccm_hw.c | 48 SM4_HW_CCM_SET_KEY_FN(ossl_sm4_set_key, ossl_sm4_encrypt, NULL, NULL); in ccm_sm4_initkey()
|
H A D | cipher_sm4_gcm_hw.c | 54 SM4_GCM_HW_SET_KEY_CTR_FN(ks, ossl_sm4_set_key, ossl_sm4_encrypt, NULL); in sm4_gcm_initkey()
|
H A D | cipher_sm4_xts_hw.c | 68 XTS_SET_KEY_FN(ossl_sm4_set_key, ossl_sm4_set_key, ossl_sm4_encrypt, in cipher_hw_sm4_xts_generic_initkey()
|
H A D | cipher_sm4_hw.c | 73 ctx->block = (block128_f)ossl_sm4_encrypt; in cipher_hw_sm4_initkey()
|
/openssl/crypto/sm4/ |
H A D | sm4.c | 334 void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_encrypt() function
|
/openssl/crypto/evp/ |
H A D | e_sm4.c | 133 dat->block = (block128_f) ossl_sm4_encrypt; in sm4_init_key()
|
Completed in 9 milliseconds