| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| H A D | softbus_adapter_crypto.c | 68 EVP_CIPHER *cipher = GetGcmAlgorithmByKeyLen(cipherkey->keyLen); in OpensslEvpInit() local 493 EVP_CIPHER *cipher = NULL; in SoftBusEncryptDataByCtr() local 524 EVP_CIPHER *cipher in SoftBusDecryptDataByCtr() local [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
| H A D | cipher.c | 250 static int mv_cesa_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_aes_setkey() argument 272 static int mv_cesa_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_des_setkey() argument 287 static int mv_cesa_des3_ede_setkey(struct crypto_skcipher *cipher, in mv_cesa_des3_ede_setkey() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00debug.c | 113 enum cipher cipher = rxdesc->cipher; in rt2x00debug_update_crypto() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | mac.c | 533 enum mt76_cipher_type cipher; in mt76_mac_wcid_set_key() local 574 enum mt76_cipher_type cipher; in mt76_mac_shared_key_setup() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_tx.c | 58 enum hal_encrypt_type ath11k_dp_tx_get_encrypt_type(u32 cipher) in ath11k_dp_tx_get_encrypt_type() argument
|
| /kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 543 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() argument 606 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() local 726 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/aspeed/ |
| H A D | aspeed-hace-crypto.c | 82 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_crypto_do_request() local 366 struct crypto_skcipher *cipher; in aspeed_hace_skcipher_trigger() local 409 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in aspeed_des_crypt() local 428 static int aspeed_des_setkey(struct crypto_skcipher *cipher, cons argument 587 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); aspeed_aes_crypt() local 622 aspeed_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) aspeed_aes_setkey() argument [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
| H A D | cipher.c | 260 static int mv_cesa_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_aes_setkey() argument 282 static int mv_cesa_des_setkey(struct crypto_skcipher *cipher, const u8 *key, in mv_cesa_des_setkey() argument 297 static int mv_cesa_des3_ede_setkey(struct crypto_skcipher *cipher, in mv_cesa_des3_ede_setkey() argument
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00debug.c | 113 enum cipher cipher = rxdesc->cipher; in rt2x00debug_update_crypto() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | mac.c | 533 enum mt76_cipher_type cipher; in mt76_mac_wcid_set_key() local 574 enum mt76_cipher_type cipher; in mt76_mac_shared_key_setup() local [all...] |
| /kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 592 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() argument 787 struct crypto_sync_skcipher *cipher, *aux_cipher; gss_krb5_aes_encrypt() local 860 struct crypto_sync_skcipher *cipher, *aux_cipher; gss_krb5_aes_decrypt() local 929 krb5_etm_checksum(struct crypto_sync_skcipher *cipher, struct crypto_ahash *tfm, const struct xdr_buf *body, int body_offset, struct xdr_netobj *cksumout) krb5_etm_checksum() argument 1015 struct crypto_sync_skcipher *cipher, *aux_cipher; krb5_etm_encrypt() local 1103 struct crypto_sync_skcipher *cipher, *aux_cipher; krb5_etm_decrypt() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | ccm.c | 52 mbedtls_ccm_setkey(mbedtls_ccm_context *ctx, mbedtls_cipher_id_t cipher, const unsigned char *key, unsigned int keybits) mbedtls_ccm_setkey() argument
|
| /third_party/node/src/crypto/ |
| H A D | crypto_cipher.cc | 30 bool IsSupportedAuthenticatedMode(const EVP_CIPHER* cipher) { in IsSupportedAuthenticatedMode() argument 46 const EVP_CIPHER* cipher = EVP_CIPHER_CTX_cipher(ctx); in IsSupportedAuthenticatedMode() local 62 const EVP_CIPHER* cipher; in GetCipherInfo() local 229 const SSL_CIPHER* cipher = sk_SSL_CIPHER_value(ciphers, i); GetSSLCiphers() local 367 CommonInit(const char* cipher_type, const EVP_CIPHER* cipher, const unsigned char* key, int key_len, const unsigned char* iv, int iv_len, unsigned int auth_tag_len) CommonInit() argument 419 const EVP_CIPHER* const cipher = EVP_get_cipherbyname(cipher_type); Init() local 452 CipherBase* cipher; Init() local 483 const EVP_CIPHER* const cipher = EVP_get_cipherbyname(cipher_type); Init() local 524 CipherBase* cipher; Init() local 659 CipherBase* cipher; Init() local 675 CipherBase* cipher; Init() local 775 CipherBase* cipher; Init() local 883 CipherBase* cipher; Init() local 955 CipherBase* cipher; Init() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | s_time.c | 122 char *cipher = NULL, *ciphersuites = NULL; in s_time_main() local
|
| /third_party/node/deps/openssl/openssl/crypto/crmf/ |
| H A D | crmf_lib.c | 617 EVP_CIPHER *cipher = NULL; /* used cipher */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | core_namemap.c | 409 const EVP_CIPHER *cipher = (void *)OBJ_NAME_get(on->name, on->type); in get_legacy_cipher_names() local
|
| /third_party/node/deps/openssl/openssl/providers/fips/ |
| H A D | self_test_kats.c | 56 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/node/deps/openssl/openssl/crypto/pkcs7/ |
| H A D | pk7_lib.c | 681 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) in PKCS7_set_cipher() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rand/ |
| H A D | rand_lib.c | 570 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/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_kari.c | 413 cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari, const EVP_CIPHER *cipher) cms_wrap_init() argument
|
| /third_party/openssl/test/ |
| H A D | tls13secretstest.c | 219 void ssl_evp_cipher_free(const EVP_CIPHER *cipher) in ssl_evp_cipher_free() argument
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_kari.c | 413 cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari, const EVP_CIPHER *cipher) cms_wrap_init() argument
|
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_lib.c | 681 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) in PKCS7_set_cipher() argument
|
| /third_party/openssl/crypto/rand/ |
| H A D | rand_lib.c | 570 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 D | s_time.c | 122 char *cipher = NULL, *ciphersuites = NULL; in s_time_main() local
|