Home
last modified time | relevance | path

Searched defs:cipher (Results 26 - 50 of 665) sorted by relevance

12345678910>>...27

/third_party/openssl/demos/cipher/
H A Daeskeywrap.c60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local
118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
[all...]
H A Dariacbc.c59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local
117 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
[all...]
H A Daesccm.c75 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 Dpbetest.c57 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 Dptksa_cache.h24 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 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...]
/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
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_info.c155 EVP_CIPHER_INFO cipher; in STACK_OF() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dp5_scrypt.c41 X509_ALGOR *PKCS5_pbe2_set_scrypt(const EVP_CIPHER *cipher, in PKCS5_pbe2_set_scrypt() argument
/third_party/openssl/crypto/asn1/
H A Dp5_scrypt.c41 X509_ALGOR *PKCS5_pbe2_set_scrypt(const EVP_CIPHER *cipher, in PKCS5_pbe2_set_scrypt() argument
/third_party/openssl/crypto/cms/
H A Dcms_enc.c30 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 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
/third_party/openssl/crypto/pem/
H A Dpem_info.c155 EVP_CIPHER_INFO cipher; in STACK_OF() local

Completed in 10 milliseconds

12345678910>>...27