| /base/security/crypto_framework/test/unittest/src/ |
| H A D | crypto_sm4_generator_test.cpp | 531 HcfCipher *cipher = nullptr; in HWTEST_F() local 593 HcfCipher *cipher = nullptr; in HWTEST_F() local
|
| H A D | sm4_common.cpp | 73 int32_t Sm4EncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in Sm4EncryptWithInput() argument 116 int32_t Sm4DecryptEmptyMsg(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, in Sm4DecryptEmptyMsg() argument 142 Sm4Encrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int *cipherTextLen) Sm4Encrypt() argument 185 Sm4Decrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int cipherTextLen) Sm4Decrypt() argument 232 Sm4NoUpdateEncrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int *cipherTextLen) Sm4NoUpdateEncrypt() argument 262 Sm4NoUpdateDecrypt(HcfCipher *cipher, HcfSymKey *key, HcfParamsSpec *params, uint8_t *cipherText, int cipherTextLen) Sm4NoUpdateDecrypt() argument [all...] |
| /base/security/crypto_framework/test/unittest/src/native/ |
| H A D | native_sym_cipher_test.cpp | 52 OH_Crypto_ErrCode AesEncrypt(OH_CryptoSymCipher *cipher, OH_CryptoSymKey *key, OH_CryptoSymCipherParams *params, in AesEncrypt() argument 96 OH_Crypto_ErrCode AesDecrypt(OH_CryptoSymCipher *cipher, OH_CryptoSymKey *key, OH_CryptoSymCipherParams *params, in AesDecrypt() argument 174 OH_CryptoSymCipher *cipher = nullptr; in HWTEST_F() local [all...] |
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
| H A D | hks_rsa_cipher_test_common.cpp | 131 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local 167 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCaseAbnormal() local
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| H A D | hks_sm4_cipher_test_common.cpp | 90 uint8_t cipher[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local 124 uint8_t cipher[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseGcm() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_control.c | 69 static int32_t SetCipherOfHandshakeMsg(ProxyChannelInfo *info, uint8_t *cipher) in SetCipherOfHandshakeMsg() argument [all...] |
| /foundation/communication/wifi/wifi/base/security_utils/src/ |
| H A D | wifi_openssl_utils.cpp | 50 EVP_CIPHER *cipher = nullptr;
in GetAesCipher() local 78 const EVP_CIPHER *cipher = GetAesCipher(info->aesType);
in OpensslAesEncrypt() local 138 const EVP_CIPHER *cipher = GetAesCipher(info->aesType);
in OpensslAesDecrypt() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
| H A D | relational_store_delegate.h | 40 CipherType cipher = CipherType::DEFAULT; member
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | pcbc.c | 66 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt() local 133 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt() local
|
| H A D | keywrap.c | 126 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt() local 195 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt() local
|
| H A D | cbc.c | 24 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment() local 51 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace() local 99 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment() local 129 struct crypto_cipher *cipher; crypto_cbc_decrypt_inplace() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
| H A D | g84.c | 80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr() argument 109 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init() argument
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | pcbc.c | 67 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt() local 134 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt() local
|
| H A D | cipher.c | 94 struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher) in crypto_clone_cipher() argument
|
| H A D | cbc.c | 25 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment() local 52 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace() local 100 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment() local 130 struct crypto_cipher *cipher; crypto_cbc_decrypt_inplace() local [all...] |
| H A D | xctr.c | 103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
| H A D | g84.c | 80 g84_cipher_intr(struct nvkm_engine *cipher) in g84_cipher_intr() argument 108 g84_cipher_init(struct nvkm_engine *cipher) in g84_cipher_init() argument
|
| /kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/ |
| H A D | test-cipher.c | 51 static int test_lib_chacha(u8 *revert, u8 *cipher, u8 *plain) in test_lib_chacha() argument 126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher() argument [all...] |
| /test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
| H A D | huks_cipher_aes_test.cpp | 155 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HWTEST_F() local
|
| H A D | huks_cipher_rsa_test_common.cpp | 114 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local 153 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCaseAbnormal() local
|
| H A D | huks_cipher_aes_test_common.cpp | 92 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseOther() local 123 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm2() local
|
| /third_party/FreeBSD/sys/crypto/rijndael/ |
| H A D | rijndael-api-fst.c | 70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() argument 84 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt() argument 200 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) rijndael_padEncrypt() argument 264 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) rijndael_blockDecrypt() argument 364 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) rijndael_padDecrypt() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_enc.c | 31 const EVP_CIPHER *cipher = NULL; in ossl_cms_EncryptedContent_init_bio() local 207 ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, const CMS_CTX *cms_ctx) ossl_cms_EncryptedContent_init() argument [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_asn1.c | 20 ASN1_OCTET_STRING *cipher; member [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | p5_crpt.c | 26 PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS5_PBE_keyivgen_ex() argument 113 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) PKCS5_PBE_keyivgen() argument
|