Home
last modified time | relevance | path

Searched defs:cipher (Results 51 - 75 of 456) sorted by relevance

12345678910>>...19

/third_party/node/deps/openssl/openssl/apps/
H A Dkdf.c82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
H A Dgenpkey.c70 EVP_CIPHER *cipher = NULL; in genpkey_main() local
H A Dpkcs8.c77 EVP_CIPHER *cipher = NULL; in pkcs8_main() local
[all...]
H A Dpkey.c74 EVP_CIPHER *cipher = NULL; in pkey_main() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dcmeth_lib.c25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new() local
36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup() argument
58 EVP_CIPHER_meth_free(EVP_CIPHER *cipher) EVP_CIPHER_meth_free() argument
66 EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) EVP_CIPHER_meth_set_iv_length() argument
75 EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) EVP_CIPHER_meth_set_flags() argument
84 EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) EVP_CIPHER_meth_set_impl_ctx_size() argument
93 EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc)) EVP_CIPHER_meth_set_init() argument
106 EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)) EVP_CIPHER_meth_set_do_cipher() argument
119 EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, int (*cleanup) (EVP_CIPHER_CTX *)) EVP_CIPHER_meth_set_cleanup() argument
129 EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, int (*set_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_set_asn1_params() argument
140 EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher, int (*get_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_get_asn1_params() argument
151 EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher, int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr)) EVP_CIPHER_meth_set_ctrl() argument
163 EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_init() argument
170 EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_do_cipher() argument
178 EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_cleanup() argument
183 EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_set_asn1_params() argument
189 EVP_CIPHER_meth_get_get_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_get_asn1_params() argument
195 EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_ctrl() argument
[all...]
H A Devp_pbe.c93 const EVP_CIPHER *cipher = NULL; in EVP_PBE_CipherInit_ex() local
223 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add() argument
[all...]
H A Dasymcipher.c25 EVP_ASYM_CIPHER *cipher = NULL; in evp_pkey_asym_cipher_init() local
304 EVP_ASYM_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_ASYM_CIPHER)); evp_asym_cipher_new() local
329 EVP_ASYM_CIPHER *cipher = NULL; evp_asym_cipher_from_algorithm() local
441 EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_free() argument
456 EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_up_ref() argument
464 EVP_ASYM_CIPHER_get0_provider(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_provider() argument
489 EVP_ASYM_CIPHER_is_a(const EVP_ASYM_CIPHER *cipher, const char *name) EVP_ASYM_CIPHER_is_a() argument
494 evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher) evp_asym_cipher_get_number() argument
499 EVP_ASYM_CIPHER_get0_name(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_name() argument
504 EVP_ASYM_CIPHER_get0_description(const EVP_ASYM_CIPHER *cipher) EVP_ASYM_CIPHER_get0_description() argument
509 EVP_ASYM_CIPHER_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_ASYM_CIPHER *cipher, void *arg), void *arg) EVP_ASYM_CIPHER_do_all_provided() argument
522 EVP_ASYM_CIPHER_names_do_all(const EVP_ASYM_CIPHER *cipher, void (*fn)(const char *name, void *data), void *data) EVP_ASYM_CIPHER_names_do_all() argument
[all...]
H A Dbio_enc.c35 EVP_CIPHER_CTX *cipher; member
[all...]
/third_party/openssl/apps/
H A Dkdf.c82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
H A Dmac.c90 char *digest = NULL, *cipher = NULL; in mac_main() local
/third_party/openssl/crypto/cmac/
H A Dcmac.c111 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) CMAC_Init() argument
/third_party/openssl/crypto/evp/
H A Dcmeth_lib.c25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new() local
36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup() argument
58 EVP_CIPHER_meth_free(EVP_CIPHER *cipher) EVP_CIPHER_meth_free() argument
66 EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) EVP_CIPHER_meth_set_iv_length() argument
75 EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) EVP_CIPHER_meth_set_flags() argument
84 EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) EVP_CIPHER_meth_set_impl_ctx_size() argument
93 EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc)) EVP_CIPHER_meth_set_init() argument
106 EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)) EVP_CIPHER_meth_set_do_cipher() argument
119 EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, int (*cleanup) (EVP_CIPHER_CTX *)) EVP_CIPHER_meth_set_cleanup() argument
129 EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, int (*set_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_set_asn1_params() argument
140 EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher, int (*get_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *)) EVP_CIPHER_meth_set_get_asn1_params() argument
151 EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher, int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr)) EVP_CIPHER_meth_set_ctrl() argument
163 EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_init() argument
170 EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_do_cipher() argument
178 EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_cleanup() argument
183 EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_set_asn1_params() argument
189 EVP_CIPHER_meth_get_get_asn1_params(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_get_asn1_params() argument
195 EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher) EVP_CIPHER_meth_get_ctrl() argument
[all...]
H A Dp5_crpt2.c119 const EVP_CIPHER *cipher = NULL; in PKCS5_v2_PBE_keyivgen_ex() local
H A Dnames.c62 const EVP_CIPHER **cipher = data; in cipher_from_name() local
/third_party/openssl/providers/implementations/macs/
H A Dgmac_prov.c44 PROV_CIPHER cipher; member
H A Dcmac_prov.c48 PROV_CIPHER cipher; member
/third_party/openssl/providers/common/
H A Dprovider_util.c115 const EVP_CIPHER *cipher; in ossl_prov_cipher_load_from_params() local
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c156 EVP_CIPHER_INFO cipher; in pem2der_decode() local
/third_party/openssl/test/
H A Dcmsapitest.c23 static int test_encrypt_decrypt(const EVP_CIPHER *cipher) in test_encrypt_decrypt() argument
H A Dsslcorrupttest.c163 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(sk_ciphers, i); in setup_cipher_list() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dptksa_cache.c228 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush() argument
132 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) ptksa_cache_get() argument
267 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, u32 life_time, const struct wpa_ptk *ptk) ptksa_cache_add() argument
[all...]
/third_party/mbedtls/library/
H A Dssl_ticket.c214 mbedtls_ssl_ticket_setup(mbedtls_ssl_ticket_context *ctx, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, mbedtls_cipher_type_t cipher, uint32_t lifetime) mbedtls_ssl_ticket_setup() argument
H A Dnist_kw.c51 mbedtls_nist_kw_setkey(mbedtls_nist_kw_context *ctx, mbedtls_cipher_id_t cipher, const unsigned char *key, unsigned int keybits, const int is_wrap) mbedtls_nist_kw_setkey() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c52 PROV_CIPHER cipher; member
109 const EVP_CIPHER *cipher; in krb5kdf_derive() local
174 const EVP_CIPHER *cipher; krb5kdf_get_ctx_params() local
326 cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len) cipher_init() argument
355 KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len, const unsigned char *constant, size_t constant_len, unsigned char *okey, size_t okey_len) KRB5KDF() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c61 PROV_CIPHER cipher; member
[all...]

Completed in 13 milliseconds

12345678910>>...19