Home
last modified time | relevance | path

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

12345678910>>...19

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

Completed in 7 milliseconds

12345678910>>...19