| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_null.c | 19 int enc; member
|
| H A D | cipher_tdes_common.c | 64 tdes_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) tdes_init() argument
|
| H A D | ciphercommon_ccm.c | 225 ccm_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) ccm_init() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon_ccm.h | 31 unsigned int enc : 1; member
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_camellia.c | 51 cmll_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) cmll_t4_init_key() argument 192 camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) camellia_init_key() argument
|
| H A D | e_des.c | 209 des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) des_init_key() argument
|
| H A D | e_rc4_hmac_md5.c | 44 rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) rc4_hmac_md5_init_key() argument
|
| H A D | cmeth_lib.c | 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
|
| /third_party/node/deps/openssl/openssl/crypto/pem/ |
| H A D | pem_pk8.c | 48 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey() argument 55 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio() argument 69 do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey() argument 208 i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_fp() argument 229 PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_PKCS8PrivateKey() argument 236 do_pk8pkey_fp(FILE *fp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey_fp() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | gendsa.c | 59 EVP_CIPHER *enc = NULL; in gendsa_main() local
|
| /third_party/openssl/test/ |
| H A D | recordlentest.c | 63 static int fail_due_to_record_overflow(int enc) in fail_due_to_record_overflow() argument
|
| H A D | tls13encryptiontest.c | 276 static int test_record(SSL3_RECORD *rec, RECORD_DATA *recd, int enc) in test_record() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | e_rc4_hmac_md5.c | 44 rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) rc4_hmac_md5_init_key() argument
|
| H A D | cmeth_lib.c | 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
|
| H A D | e_camellia.c | 51 cmll_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) cmll_t4_init_key() argument 192 camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) camellia_init_key() argument
|
| H A D | e_des.c | 209 des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) des_init_key() argument
|
| /third_party/openssl/crypto/asn1/ |
| H A D | tasn_utl.c | 139 ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it); in ossl_asn1_enc_init() local 150 ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it); in ossl_asn1_enc_free() local 163 ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it); ossl_asn1_enc_save() local 185 const ASN1_ENCODING *enc = asn1_get_const_enc_ptr(pval, it); ossl_asn1_enc_restore() local [all...] |
| /third_party/openssl/crypto/pem/ |
| H A D | pem_pk8.c | 48 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey() argument 55 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio() argument 69 do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey() argument 208 i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) i2d_PKCS8PrivateKey_fp() argument 229 PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u) PEM_write_PKCS8PrivateKey() argument 236 do_pk8pkey_fp(FILE *fp, const EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, const char *kstr, int klen, pem_password_cb *cb, void *u, const char *propq) do_pk8pkey_fp() argument [all...] |
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_xts.c | 54 aes_xts_check_keys_differ(const unsigned char *key, size_t bytes, int enc) aes_xts_check_keys_differ() argument 68 aes_xts_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_xts_init() argument
|
| H A D | cipher_aes_siv.c | 79 siv_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) siv_init() argument
|
| H A D | ciphercommon_ccm.c | 222 ccm_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) ccm_init() argument
|
| H A D | cipher_null.c | 19 int enc; member
|
| H A D | cipher_des.c | 73 des_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) des_init() argument
|
| H A D | cipher_tdes_common.c | 64 tdes_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) tdes_init() argument
|
| /third_party/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon_ccm.h | 31 unsigned int enc : 1; member
|