Home
last modified time | relevance | path

Searched defs:enc (Results 176 - 200 of 685) sorted by relevance

12345678910>>...28

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_null.c19 int enc; member
H A Dcipher_tdes_common.c64 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 Dciphercommon_ccm.c225 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 Dciphercommon_ccm.h31 unsigned int enc : 1; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_camellia.c51 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 De_des.c209 des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) des_init_key() argument
H A De_rc4_hmac_md5.c44 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 Dcmeth_lib.c93 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 Dpem_pk8.c48 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 Dgendsa.c59 EVP_CIPHER *enc = NULL; in gendsa_main() local
/third_party/openssl/test/
H A Drecordlentest.c63 static int fail_due_to_record_overflow(int enc) in fail_due_to_record_overflow() argument
H A Dtls13encryptiontest.c276 static int test_record(SSL3_RECORD *rec, RECORD_DATA *recd, int enc) in test_record() argument
/third_party/openssl/crypto/evp/
H A De_rc4_hmac_md5.c44 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 Dcmeth_lib.c93 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 De_camellia.c51 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 De_des.c209 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 Dtasn_utl.c139 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 Dpem_pk8.c48 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 Dcipher_aes_xts.c54 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 Dcipher_aes_siv.c79 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 Dciphercommon_ccm.c222 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 Dcipher_null.c19 int enc; member
H A Dcipher_des.c73 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 Dcipher_tdes_common.c64 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 Dciphercommon_ccm.h31 unsigned int enc : 1; member

Completed in 11 milliseconds

12345678910>>...28