Home
last modified time | relevance | path

Searched refs:SM4_KEY (Results 1 – 2 of 2) sorted by relevance

/include/crypto/
A Dsm4_platform.h61 const SM4_KEY *key);
63 const SM4_KEY *key);
71 const SM4_KEY *key);
73 const SM4_KEY *key);
89 const SM4_KEY *key);
91 const SM4_KEY *key);
102 size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
105 size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
113 const SM4_KEY *key);
115 const SM4_KEY *key);
[all …]
A Dsm4.h30 } SM4_KEY; typedef
32 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks);
34 void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
36 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);

Completed in 6 milliseconds