Home
last modified time | relevance | path

Searched defs:cipher (Results 1 - 25 of 470) 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...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dcipher_internal.h47 mbedtls_cipher_id_t cipher; member
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_cipher_sm4_test_common.cpp89 uint8_t cipher[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
/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

Completed in 7 milliseconds

12345678910>>...19