/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...] |
/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
|
/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...] |
/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
|
/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...] |