Searched defs:cipher (Results 226 - 250 of 697) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Devp_pbe.c154 const EVP_CIPHER *cipher; local
247 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, argument
H A Devp_test.c377 static int test_cipher(const char *cipher, const unsigned char *key, int kn, argument
500 char *cipher; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/krb5/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/pkcs7/
H A Dpk7_lib.c575 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/ccgost/
H A Dgost89.c349 void gost_enc(gost_ctx * c, const byte * clear, byte * cipher, int blocks) argument
360 void gost_dec(gost_ctx * c, const byte * cipher, byte * clear, int blocks) argument
389 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher, argument
371 gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear, byte * cipher, int blocks) argument
[all...]
H A Dgost_lcl.h70 ASN1_OBJECT *cipher; member in struct:__anon40181
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dssl_asn1.c95 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st
[all...]
H A Dssl_task.c140 static char *cipher = NULL; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Devp_test.c377 static int test_cipher(const char *cipher, const unsigned char *key, int kn, argument
500 char *cipher; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/ccgost/
H A Dgost89.c206 void gost_enc(gost_ctx *c,const byte *clear,byte *cipher, int blocks) argument
217 void gost_dec(gost_ctx *c, const byte *cipher,byte *clear, int blocks) argument
229 void gost_enc_cfb(gost_ctx *ctx,const byte *iv,const byte *clear,byte *cipher, int blocks) argument
247 void gost_dec_cfb(gost_ctx *ctx,const byte *iv,const byte *cipher,byte *clear, int blocks) argument
[all...]
H A Dgost_lcl.h69 ASN1_OBJECT *cipher; member in struct:__anon40475
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dssl_asn1.c96 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st
[all...]
H A Dssl_task.c140 static char *cipher=NULL; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Denc.c122 const EVP_CIPHER *cipher = NULL, *c; local
[all...]
H A Dsmime.c99 const EVP_CIPHER *cipher = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/tests/
H A Dpubkey.c137 gcry_sexp_t plain1, cipher, l; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Denc.c124 const EVP_CIPHER *cipher=NULL,*c; local
[all...]
H A Dsmime.c98 const EVP_CIPHER *cipher = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/cms/
H A Dcms_env.c121 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher) argument
/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_openssl.c277 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A Devp_enc.c85 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, argument
254 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
260 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
266 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
272 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
H A Devp_lib.c197 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) argument
217 EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) argument
227 EVP_CIPHER_key_length(const EVP_CIPHER *cipher) argument
237 EVP_CIPHER_nid(const EVP_CIPHER *cipher) argument
[all...]

Completed in 225 milliseconds

1234567891011>>