Symbol: SM4_KEY
crypto/openssl/crypto/evp/e_sm4.c
26
SM4_KEY ks;
crypto/openssl/crypto/sm4/sm4.c
279
int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks)
crypto/openssl/crypto/sm4/sm4.c
332
void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks)
crypto/openssl/crypto/sm4/sm4.c
358
void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks)
crypto/openssl/include/crypto/sm4.h
32
int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks);
crypto/openssl/include/crypto/sm4.h
34
void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
crypto/openssl/include/crypto/sm4.h
36
void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
crypto/openssl/include/crypto/sm4_platform.h
101
const SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
103
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
106
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
112
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
115
size_t len, const SM4_KEY *key1,
crypto/openssl/include/crypto/sm4_platform.h
116
const SM4_KEY *key2, const unsigned char ivec[16],
crypto/openssl/include/crypto/sm4_platform.h
43
SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
45
SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
47
const SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
49
const SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
54
int HWSM4_set_encrypt_key(const unsigned char *userKey, SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
55
int HWSM4_set_decrypt_key(const unsigned char *userKey, SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
57
const SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
59
const SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
61
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
64
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
72
int vpsm4_set_encrypt_key(const unsigned char *userKey, SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
73
int vpsm4_set_decrypt_key(const unsigned char *userKey, SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
75
const SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
77
const SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
79
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
82
size_t length, const SM4_KEY *key,
crypto/openssl/include/crypto/sm4_platform.h
88
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
91
size_t len, const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/include/crypto/sm4_platform.h
96
int vpsm4_ex_set_encrypt_key(const unsigned char *userKey, SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
97
int vpsm4_ex_set_decrypt_key(const unsigned char *userKey, SM4_KEY *key);
crypto/openssl/include/crypto/sm4_platform.h
99
const SM4_KEY *key);
crypto/openssl/providers/implementations/ciphers/cipher_sm4.h
18
SM4_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_sm4_ccm.h
19
SM4_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm.h
18
SM4_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm_hw.c
27
SM4_KEY *ks = &actx->ks.ks;
crypto/openssl/providers/implementations/ciphers/cipher_sm4_hw.c
16
SM4_KEY *ks = &sctx->ks.ks;
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.h
16
const SM4_KEY *key1, const SM4_KEY *key2,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.h
26
SM4_KEY ks;
crypto/openssl/test/sm4_internal_test.c
54
SM4_KEY key;