Searched refs:EVP_CIPHER_CTX (Results 276 - 300 of 480) sorted by relevance

<<11121314151617181920

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/engine/
H A Deng_cryptodev.c96 static int cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
98 static int cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
100 static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx);
364 cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
418 cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
460 cryptodev_cleanup(EVP_CIPHER_CTX *ctx)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/engine/
H A Deng_cryptodev.c93 static int cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
95 static int cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
97 static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx);
406 cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
461 cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
502 static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/engine/
H A Deng_cryptodev.c96 static int cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
98 static int cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
100 static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx);
364 cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
418 cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
460 cryptodev_cleanup(EVP_CIPHER_CTX *ctx)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/engine/
H A Deng_cryptodev.c93 static int cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
95 static int cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
97 static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx);
406 cryptodev_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
461 cryptodev_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
502 static int cryptodev_cleanup(EVP_CIPHER_CTX *ctx)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dp5_pbev2.c96 EVP_CIPHER_CTX ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/cms/
H A Dcms_kari.c227 EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri)
389 EVP_CIPHER_CTX *ctx = &kari->ctx;
H A Dcms_enc.c73 EVP_CIPHER_CTX *ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dp5_pbev2.c96 EVP_CIPHER_CTX ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/cms/
H A Dcms_kari.c227 EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri)
389 EVP_CIPHER_CTX *ctx = &kari->ctx;
H A Dcms_enc.c73 EVP_CIPHER_CTX *ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dp5_pbev2.c96 EVP_CIPHER_CTX ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/cms/
H A Dcms_kari.c227 EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri)
389 EVP_CIPHER_CTX *ctx = &kari->ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A Devp_pbe.c152 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Ds3_enc.c221 EVP_CIPHER_CTX *dd;
247 OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
283 OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
494 EVP_CIPHER_CTX *ds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Ds3_enc.c221 EVP_CIPHER_CTX *dd;
247 else if ((s->enc_read_ctx=OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
284 else if ((s->enc_write_ctx=OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
480 EVP_CIPHER_CTX *ds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/cms/
H A Dcms_enc.c72 EVP_CIPHER_CTX *ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A Devp_pbe.c151 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
H A Dp5_crpt2.c193 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Ds3_enc.c221 EVP_CIPHER_CTX *dd;
247 else if ((s->enc_read_ctx=OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
284 else if ((s->enc_write_ctx=OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
480 EVP_CIPHER_CTX *ds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A Devp_pbe.c152 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Ds3_enc.c221 EVP_CIPHER_CTX *dd;
247 OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
283 OPENSSL_malloc(sizeof(EVP_CIPHER_CTX))) == NULL)
494 EVP_CIPHER_CTX *ds;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/cms/
H A Dcms_enc.c72 EVP_CIPHER_CTX *ctx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A Devp_pbe.c151 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
H A Dp5_crpt2.c193 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Devp_pbe.c152 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)

Completed in 396 milliseconds

<<11121314151617181920