Searched refs:ossl_sm4_decrypt (Results 1 – 6 of 6) sorted by relevance
36 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
71 ossl_sm4_decrypt(block, block, &key); in test_sm4_ecb()
69 ossl_sm4_decrypt, stream, stream_gb); in cipher_hw_sm4_xts_generic_initkey()
115 ctx->block = (block128_f)ossl_sm4_decrypt; in cipher_hw_sm4_initkey()
360 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_decrypt() function
92 dat->block = (block128_f) ossl_sm4_decrypt; in sm4_init_key()
Completed in 8 milliseconds