/third_party/nghttp2/contrib/ |
H A D | tlsticketupdate.go | 50 var cipher = flag.String("cipher", "aes-128-cbc", "cipher for TLS ticket encryption") var
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
|
H A D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-unwrap.c | 26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
|
H A D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 21 PROV_CIPHER cipher; member
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 21 PROV_CIPHER cipher; member
|
/third_party/FreeBSD/sys/dev/random/ |
H A D | hash.h | 52 cipherInstance cipher; /* Rijndael internal */ member
|
/third_party/nghttp2/src/ |
H A D | tls.h | 81 const char *cipher; member
|
/third_party/node/deps/openssl/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 19 const EVP_CIPHER *cipher; /* cipher */ member [all...] |
/third_party/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 19 const EVP_CIPHER *cipher; /* cipher */ member [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | Makefile | |
/kernel/linux/linux-5.10/crypto/ |
H A D | ofb.c | 20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
|
H A D | ecb.c | 46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt() local 55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt() local 15 crypto_ecb_crypt(struct skcipher_request *req, struct crypto_cipher *cipher, void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) crypto_ecb_crypt() argument [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | ofb.c | 21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
|
H A D | ecb.c | 47 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt() local 56 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt() local 16 crypto_ecb_crypt(struct skcipher_request *req, struct crypto_cipher *cipher, void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) crypto_ecb_crypt() argument [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_aes.h | 41 const EVP_CIPHER* cipher; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 16 int (*cipher)(void *ctx, unsigned char *out, const unsigned char *in, member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_seal.c | 28 const EVP_CIPHER *cipher; in EVP_SealInit() local
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 23 PKCS12_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, 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) PKCS12_PBE_keyivgen_ex() argument 78 PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) PKCS12_PBE_keyivgen() argument
|
H A D | p12_p8e.c | 16 X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt_ex() argument 60 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt() argument
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_crpt.c | 23 PKCS12_PBE_keyivgen_ex(EVP_CIPHER_CTX *ctx, 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) PKCS12_PBE_keyivgen_ex() argument 78 PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) PKCS12_PBE_keyivgen() argument
|
H A D | p12_p8e.c | 16 X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt_ex() argument 60 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt() argument
|
/third_party/openssl/crypto/evp/ |
H A D | p_seal.c | 28 const EVP_CIPHER *cipher; in EVP_SealInit() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 16 int (*cipher)(void *ctx, unsigned char *out, const unsigned char *in, member
|