Home
last modified time | relevance | path

Searched defs:cipher (Results 226 - 250 of 754) sorted by relevance

12345678910>>...31

/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_kari.c413 cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari, const EVP_CIPHER *cipher) cms_wrap_init() argument
/third_party/openssl/test/
H A Dtls13secretstest.c219 void ssl_evp_cipher_free(const EVP_CIPHER *cipher) in ssl_evp_cipher_free() argument
/third_party/openssl/crypto/cms/
H A Dcms_kari.c413 cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari, const EVP_CIPHER *cipher) cms_wrap_init() argument
/third_party/openssl/crypto/pkcs7/
H A Dpk7_lib.c681 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) in PKCS7_set_cipher() argument
/third_party/openssl/crypto/rand/
H A Drand_lib.c570 char *name, *cipher; in rand_new_drbg() local
818 RAND_set_DRBG_type(OSSL_LIB_CTX *ctx, const char *drbg, const char *propq, const char *cipher, const char *digest) RAND_set_DRBG_type() argument
/third_party/openssl/apps/
H A Ds_time.c122 char *cipher = NULL, *ciphersuites = NULL; in s_time_main() local
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c617 EVP_CIPHER *cipher = NULL; /* used cipher */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
[all...]
/third_party/openssl/crypto/
H A Dcore_namemap.c406 const EVP_CIPHER *cipher = (void *)OBJ_NAME_get(on->name, on->type); in get_legacy_cipher_names() local
/third_party/openssl/providers/fips/
H A Dself_test_kats.c56 static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in cipher_init() argument
90 EVP_CIPHER *cipher = NULL; in self_test_cipher() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client.c583 char *cipher; in tlsv1_client_get_cipher() local
[all...]
H A Dtlsv1_server.c531 char *cipher; in tlsv1_server_get_cipher() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ie.c1164 u32 cipher, suite, selector, mask; in wpa_auth_write_fd_rsn_info() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client.c607 char *cipher; in tlsv1_client_get_cipher() local
[all...]
H A Dtlsv1_server.c531 char *cipher; in tlsv1_server_get_cipher() local
[all...]
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp43 HcfCipher *cipher = nullptr; member
344 HcfCipher *cipher = context->cipher; AsyncInitProcess() local
359 HcfCipher *cipher = context->cipher; AsyncUpdateProcess() local
370 HcfCipher *cipher = context->cipher; AsyncDoFinalProcess() local
504 NapiCipher(HcfCipher *cipher) NapiCipher() argument
538 SyncInit(napi_env env, HcfCipher *cipher, HcfCryptoMode opMode, HcfKey *key, HcfParamsSpec *paramsSpec) SyncInit() argument
568 HcfCipher *cipher = napiCipher->GetCipher(); JsCipherInitSync() local
633 HcfCipher *cipher = nullptr; JsCipherUpdateSync() local
700 HcfCipher *cipher = nullptr; JsCipherDoFinalSync() local
755 HcfCipher *cipher = napiCipher->GetCipher(); JsGetAlgorithm() local
805 HcfCipher *cipher = nullptr; CreateCipher() local
868 HcfCipher *cipher = napiCipher->GetCipher(); JsSetCipherSpec() local
882 GetCipherSpecString(napi_env env, CipherSpecItem item, HcfCipher *cipher) GetCipherSpecString() argument
898 GetCipherSpecUint8Array(napi_env env, CipherSpecItem item, HcfCipher *cipher) GetCipherSpecUint8Array() argument
939 HcfCipher *cipher = napiCipher->GetCipher(); JsGetCipherSpec() local
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhuks_adapter_test.cpp1021 struct uint8_buff cipher; in HWTEST_F() local
1047 struct uint8_buff cipher; in HWTEST_F() local
1073 struct uint8_buff cipher; in HWTEST_F() local
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_ccm_test.cpp520 uint8_t *cipher = reinterpret_cast<uint8_t *>(HksMalloc(dataLen + AEAD_SIZE + IV_SIZE)); in TestAesCcmAbort() local
699 uint8_t *cipher = reinterpret_cast<uint8_t *>(HksMalloc(dataLen + AEAD_SIZE + IV_SIZE)); in HksAesCmcCipherTestCaseRun() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_test_common.cpp202 uint8_t cipher[HKS_AES_COMMON_SIZE] = {0}; in AuthTokenEncrypt() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c181 static int32_t GetAuthIdByHandshakeMsg(uint32_t connId, uint8_t cipher, AuthHandle *authHandle, int32_t index) in GetAuthIdByHandshakeMsg() argument
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h70 uint8_t cipher; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h53 DistributedDB::CipherType cipher = DistributedDB::CipherType::DEFAULT; // cipher type member
H A Ddistributeddb_nb_test_tools.h42 DistributedDB::CipherType cipher = DistributedDB::CipherType::DEFAULT; // cipher type member
/kernel/linux/linux-5.10/crypto/
H A Dvmac.c52 struct crypto_cipher *cipher; member
601 struct crypto_cipher *cipher; in vmac_init_tfm() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c73 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in crypto4xx_crypt() local
121 static int crypto4xx_setkey_aes(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes() argument
177 int crypto4xx_setkey_aes_cbc(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cbc() argument
184 int crypto4xx_setkey_aes_cfb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_cfb() argument
191 int crypto4xx_setkey_aes_ecb(struct crypto_skcipher *cipher, in crypto4xx_setkey_aes_ecb() argument
198 crypto4xx_setkey_aes_ofb(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ofb() argument
205 crypto4xx_setkey_rfc3686(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_rfc3686() argument
224 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_rfc3686_encrypt() local
239 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_rfc3686_decrypt() local
255 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); crypto4xx_ctr_crypt() local
287 crypto4xx_sk_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_sk_setup_fallback() argument
299 crypto4xx_setkey_aes_ctr(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ctr() argument
366 crypto4xx_aead_setup_fallback(struct crypto4xx_ctx *ctx, struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_aead_setup_fallback() argument
381 crypto4xx_setkey_aes_ccm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_ccm() argument
483 crypto4xx_setauthsize_aead(struct crypto_aead *cipher, unsigned int authsize) crypto4xx_setauthsize_aead() argument
527 crypto4xx_setkey_aes_gcm(struct crypto_aead *cipher, const u8 *key, unsigned int keylen) crypto4xx_setkey_aes_gcm() argument
[all...]
H A Dcrypto4xx_core.h125 struct crypto_sync_skcipher *cipher; member
137 struct skcipher_alg cipher; member
[all...]

Completed in 28 milliseconds

12345678910>>...31