Searched refs:SM4_KEY (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
D | sm4.h | 29 } SM4_KEY; typedef 31 int SM4_set_key(const uint8_t *key, SM4_KEY *ks); 33 void SM4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks); 35 void SM4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks);
|
/third_party/openssl/include/crypto/ |
D | sm4.h | 30 } 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);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | sm4.h | 30 } 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);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | e_sm4.c | 23 SM4_KEY ks; 34 size_t len, const SM4_KEY *key, in sm4_cbc_encrypt() 46 size_t length, const SM4_KEY *key, in sm4_cfb128_encrypt() 54 const SM4_KEY *key, const int enc) in sm4_ecb_encrypt() 63 size_t length, const SM4_KEY *key, in sm4_ofb128_encrypt()
|
/third_party/openssl/crypto/evp/ |
D | e_sm4.c | 23 SM4_KEY ks; 34 size_t len, const SM4_KEY *key, in sm4_cbc_encrypt() 46 size_t length, const SM4_KEY *key, in sm4_cfb128_encrypt() 54 const SM4_KEY *key, const int enc) in sm4_ecb_encrypt() 63 size_t length, const SM4_KEY *key, in sm4_ofb128_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/sm4/ |
D | sm4.c | 132 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks) in ossl_sm4_set_key() 187 void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_encrypt() 213 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_decrypt()
|
/third_party/openssl/crypto/sm4/ |
D | sm4.c | 132 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks) in ossl_sm4_set_key() 187 void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_encrypt() 213 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_decrypt()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_sm4.h | 17 SM4_KEY ks;
|
D | cipher_sm4_hw.c | 16 SM4_KEY *ks = &sctx->ks.ks; in cipher_hw_sm4_initkey()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_sm4.h | 17 SM4_KEY ks;
|
D | cipher_sm4_hw.c | 16 SM4_KEY *ks = &sctx->ks.ks; in cipher_hw_sm4_initkey()
|
/third_party/openssl/test/ |
D | sm4_internal_test.c | 54 SM4_KEY key; in test_sm4_ecb()
|