Home
last modified time | relevance | path

Searched defs:cipher (Results 1 - 25 of 665) sorted by relevance

12345678910>>...27

/third_party/nghttp2/contrib/
H A Dtlsticketupdate.go50 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 Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
H A Daes-wrap.c26 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 Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap() argument
H A Daes-wrap.c26 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 Dmacsignature.h21 PROV_CIPHER cipher; member
/third_party/openssl/providers/implementations/include/prov/
H A Dmacsignature.h21 PROV_CIPHER cipher; member
/third_party/FreeBSD/sys/dev/random/
H A Dhash.h52 cipherInstance cipher; /* Rijndael internal */ member
/third_party/nghttp2/src/
H A Dtls.h81 const char *cipher; member
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovider_util.h19 const EVP_CIPHER *cipher; /* cipher */ member
[all...]
/third_party/openssl/providers/common/include/prov/
H A Dprovider_util.h19 const EVP_CIPHER *cipher; /* cipher */ member
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A DMakefile
/kernel/linux/linux-5.10/crypto/
H A Dofb.c20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
H A Decb.c46 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 Dofb.c21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
H A Decb.c47 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 Dcrypto_aes.h41 const EVP_CIPHER* cipher; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h16 int (*cipher)(void *ctx, unsigned char *out, const unsigned char *in, member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_seal.c28 const EVP_CIPHER *cipher; in EVP_SealInit() local
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_crpt.c23 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 Dp12_p8e.c16 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 Dp12_crpt.c23 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 Dp12_p8e.c16 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 Dp_seal.c28 const EVP_CIPHER *cipher; in EVP_SealInit() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h16 int (*cipher)(void *ctx, unsigned char *out, const unsigned char *in, member

Completed in 6 milliseconds

12345678910>>...27