Searched refs:cipher (Results 51 - 75 of 108) sorted by relevance

12345

/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost2001_keyx.c203 ASN1_OBJECT_free(gkt->key_agreement_info->cipher);
204 gkt->key_agreement_info->cipher = OBJ_nid2obj(param->nid);
282 param = get_encryption_params(gkt->key_agreement_info->cipher);
H A Dgost94_keyx.c99 /* Do not use vizir cipher parameters with cryptopro */
177 ASN1_OBJECT_free(gkt->key_agreement_info->cipher);
178 gkt->key_agreement_info->cipher = OBJ_nid2obj(param->nid);
263 param = get_encryption_params(gkt->key_agreement_info->cipher);
H A Dgost89.c206 void gost_enc(gost_ctx *c,const byte *clear,byte *cipher, int blocks) argument
211 gostcrypt(c,clear,cipher);
213 cipher+=8;
217 void gost_dec(gost_ctx *c, const byte *cipher,byte *clear, int blocks) argument
222 gostdecrypt(c,cipher,clear);
224 cipher+=8;
229 void gost_enc_cfb(gost_ctx *ctx,const byte *iv,const byte *clear,byte *cipher, int blocks) argument
237 for(i=0,in=clear,out=cipher;i<blocks;i++,in+=8,out+=8)
247 void gost_dec_cfb(gost_ctx *ctx,const byte *iv,const byte *cipher,byte *clear, int blocks) argument
255 for(i=0,in=cipher,ou
[all...]
H A Dgost_lcl.h69 ASN1_OBJECT *cipher; member in struct:__anon1333
118 /*============== Message digest and cipher related structures ==========*/
163 /* Implementation of GOST 28147-89 cipher in CFB and CNT modes */
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestssl128 $ssltest -v -bio_pair -tls1 -cipher ADH -dhe1024dsa -num 10 -f -time $extra || exit 1
146 $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1
149 $ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/zencod/
H A Dhw_zencod.c172 static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid ) ;
1517 static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid ) argument
1520 if ( !cipher ) {
1525 /* We are being asked for a specific cipher */
1527 *cipher = &engine_rc4 ;
1530 *cipher = &engine_rc4_40 ;
1533 *cipher = &engine_des_cbc ;
1536 *cipher = &engine_des_ede3_cbc ;
1539 *cipher = NULL ;
1727 if ( ctx->cipher
[all...]
/barrelfish-master/lib/openssl-1.0.0d/Netware/
H A Ddo_tests.pl104 my $cipher = "$output_path\\cipher.out";
118 system("openssl2 $i -e -bufsize 113 -k test -in $input -out $cipher (CLIB_OPT)/>$outFile" );
119 log_output("Encrypting: $input --> $cipher", $outFile);
123 system("openssl2 $i -d -bufsize 157 -k test -in $cipher -out $clear (CLIB_OPT)/>$outFile");
124 log_output("Decrypting: $cipher --> $clear", $outFile);
145 system("openssl2 $i -a -e -bufsize 113 -k test -in $input -out $cipher (CLIB_OPT)/>$outFile");
146 log_output("Encrypting(B64): $cipher --> $clear", $outFile);
150 system("openssl2 $i -a -d -bufsize 157 -k test -in $cipher -out $clear (CLIB_OPT)/>$outFile");
151 log_output("Decrypting(B64): $cipher
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_lcl.h175 const EVP_CIPHER *cipher; member in struct:CMS_EncryptedContentInfo_st
449 const EVP_CIPHER *cipher,
H A Dcms_smime.c252 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, argument
257 if (!cipher)
265 if (!CMS_EncryptedData_set1_key(cms, cipher, key, keylen))
574 const EVP_CIPHER *cipher, unsigned int flags)
579 cms = CMS_EnvelopedData_create(cipher);
H A Dcms.h160 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
177 const EVP_CIPHER *cipher, unsigned int flags); variable
190 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
H A Dcms_env.c121 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher) argument
132 cipher, NULL, 0))
809 /* If error or no cipher end of processing */
811 if (!ret || !ec->cipher)
849 ec->cipher = NULL;
/barrelfish-master/lib/openssl-1.0.0d/crypto/krb5/
H A Dkrb5_asn.c66 ASN1_EXP(KRB5_ENCDATA, cipher, ASN1_OCTET_STRING,2)
/barrelfish-master/lib/openssl-1.0.0d/crypto/pem/
H A Dpem.h146 EVP_CIPHER_CTX cipher; member in struct:PEM_Encode_Seal_st
160 int cipher; member in struct:pem_recip_st
177 int cipher; member in struct:pem_ctx_st::__anon1270
195 EVP_CIPHER *dec; /* date encryption cipher */
406 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher);
407 int PEM_do_header (EVP_CIPHER_INFO *cipher, unsigned char *data,long *len,
/barrelfish-master/include/openssl/
H A Dpem.h146 EVP_CIPHER_CTX cipher; member in struct:PEM_Encode_Seal_st
160 int cipher; member in struct:pem_recip_st
177 int cipher; member in struct:pem_ctx_st::__anon238
195 EVP_CIPHER *dec; /* date encryption cipher */
406 int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher);
407 int PEM_do_header (EVP_CIPHER_INFO *cipher, unsigned char *data,long *len,
H A Dcms.h160 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
177 const EVP_CIPHER *cipher, unsigned int flags); variable
190 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
H A Dpkcs7.h139 const EVP_CIPHER *cipher; member in struct:pkcs7_enc_content_st
343 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dt1_enc.c616 if (s->session->cipher != NULL)
618 if (s->session->cipher->algorithm_enc == SSL_eNULL)
622 if (s->session->cipher->algorithm_enc == SSL_RC4)
688 bs=EVP_CIPHER_block_size(ds->cipher);
715 ds->buf_len, ds->cipher->key_len,
717 ds->cipher->iv_len);
719 for (i=0; i<ds->cipher->iv_len; i++) printf("%02X", ds->iv[i]);
H A Ds23_clnt.c255 SSL_CIPHER *cipher; local
261 cipher = sk_SSL_CIPHER_value(ciphers, i);
262 if (cipher->algorithm_ssl == SSL_SSLV2)
H A Ds2_enc.c138 /* check for NULL cipher */
142 bs=ds->cipher->block_size;
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpkcs7.h139 const EVP_CIPHER *cipher; member in struct:pkcs7_enc_content_st
343 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
H A Dpk7_lib.c591 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) argument
610 /* Check cipher OID exists and has data in it*/
611 i = EVP_CIPHER_type(cipher);
617 ec->cipher = cipher;
/barrelfish-master/lib/openssl-1.0.0d/demos/
H A Db64.c90 EVP_CIPHER *cipher=NULL,*c; local
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dpkcs12.h181 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
223 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
/barrelfish-master/lib/openssl-1.0.0d/ms/
H A Dtestenc.bat7 set tmp1=..\ms\cipher.out
H A Dtestencce.bat8 set tmp1=cipher.out

Completed in 185 milliseconds

12345