/third_party/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local 118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local [all...] |
H A D | ariacbc.c | 59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local 117 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local [all...] |
H A D | aesccm.c | 75 EVP_CIPHER *cipher = NULL; in aes_ccm_encrypt() local 162 EVP_CIPHER *cipher = NULL; in aes_ccm_decrypt() local [all...] |
/third_party/openssl/test/ |
H A D | pbetest.c | 57 static int test_pkcs5_pbe(const EVP_CIPHER *cipher, const EVP_MD *md, in test_pkcs5_pbe() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ptksa_cache.h | 24 u32 cipher; member 55 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_get() argument 67 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, in ptksa_cache_add() argument 73 ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) ptksa_cache_flush() argument
|
/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...] |
/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
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_info.c | 155 EVP_CIPHER_INFO cipher; in STACK_OF() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | p5_scrypt.c | 41 X509_ALGOR *PKCS5_pbe2_set_scrypt(const EVP_CIPHER *cipher, in PKCS5_pbe2_set_scrypt() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | p5_scrypt.c | 41 X509_ALGOR *PKCS5_pbe2_set_scrypt(const EVP_CIPHER *cipher, in PKCS5_pbe2_set_scrypt() argument
|
/third_party/openssl/crypto/cms/ |
H A D | cms_enc.c | 30 const EVP_CIPHER *cipher = NULL; in ossl_cms_EncryptedContent_init_bio() local 206 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/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
|
/third_party/openssl/crypto/pem/ |
H A D | pem_info.c | 155 EVP_CIPHER_INFO cipher; in STACK_OF() local
|