Home
last modified time | relevance | path

Searched defs:cipher (Results 51 - 75 of 754) sorted by relevance

12345678910>>...31

/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_generator_test.cpp531 HcfCipher *cipher = nullptr; in HWTEST_F() local
593 HcfCipher *cipher = nullptr; in HWTEST_F() local
H A Dsm4_common.cpp73 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 Dnative_sym_cipher_test.cpp52 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 Dhks_rsa_cipher_test_common.cpp131 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 Dhks_sm4_cipher_test_common.cpp90 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 Dsoftbus_proxychannel_control.c69 static int32_t SetCipherOfHandshakeMsg(ProxyChannelInfo *info, uint8_t *cipher) in SetCipherOfHandshakeMsg() argument
[all...]
/foundation/communication/wifi/wifi/base/security_utils/src/
H A Dwifi_openssl_utils.cpp50 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 Drelational_store_delegate.h40 CipherType cipher = CipherType::DEFAULT; member
/kernel/linux/linux-5.10/crypto/
H A Dpcbc.c66 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 Dkeywrap.c126 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 Dcbc.c24 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 Dg84.c80 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 Dpcbc.c67 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 Dcipher.c94 struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher) in crypto_clone_cipher() argument
H A Dcbc.c25 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 Dxctr.c103 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 Dg84.c80 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 Dtest-cipher.c51 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 Dhuks_cipher_aes_test.cpp155 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HWTEST_F() local
H A Dhuks_cipher_rsa_test_common.cpp114 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 Dhuks_cipher_aes_test_common.cpp92 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 Drijndael-api-fst.c70 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 Dcms_enc.c31 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 Dssl_asn1.c20 ASN1_OCTET_STRING *cipher; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp5_crpt.c26 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

Completed in 10 milliseconds

12345678910>>...31