Searched refs:cipher (Results 76 - 100 of 237) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_task.c66 * SSL_CIPHER Defines a list of cipher specifications the server
140 static char *cipher=NULL; variable
223 * get the preferred cipher list and other initialization
225 if (cipher == NULL) cipher=getenv("SSL_CIPHER");
226 printf("cipher list: %s\n", cipher ? cipher : "{undefined}" );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dpkcs8.c78 const EVP_CIPHER *cipher = NULL; local
110 cipher=EVP_get_cipherbyname(*args);
111 if (!cipher)
114 "Unknown cipher %s\n", *args);
223 BIO_printf(bio_err, "-v2 alg use PKCS#5 v2.0 and cipher \"alg\"\n");
224 BIO_printf(bio_err, "-v1 obj use PKCS#5 v1.5 and cipher \"alg\"\n");
241 if ((pbe_nid == -1) && !cipher)
324 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp.h362 /* Values for cipher flags */
372 /* Set if variable length cipher */
374 /* Set if the iv handling should be done by the cipher itself */
376 /* Set if the cipher's init() function should be called if key is NULL */
378 /* Call ctrl() to init cipher parameters */
386 /* Allow non FIPS cipher in FIPS mode */
400 const EVP_CIPHER *cipher; member in struct:evp_cipher_info_st
406 const EVP_CIPHER *cipher; member in struct:evp_cipher_ctx_st
407 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
417 int key_len; /* May change for variable length cipher */
[all...]
H A Dp5_crpt2.c154 const EVP_CIPHER *cipher; local
176 cipher = EVP_get_cipherbyname(
179 if(!cipher) {
185 /* Fixup cipher based on AlgorithmIdentifier */
186 EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs8.c78 const EVP_CIPHER *cipher = NULL; local
110 cipher=EVP_get_cipherbyname(*args);
111 if (!cipher)
114 "Unknown cipher %s\n", *args);
223 BIO_printf(bio_err, "-v2 alg use PKCS#5 v2.0 and cipher \"alg\"\n");
224 BIO_printf(bio_err, "-v1 obj use PKCS#5 v1.5 and cipher \"alg\"\n");
241 if ((pbe_nid == -1) && !cipher)
324 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Decb.c102 struct crypto_cipher *cipher; local
104 cipher = crypto_spawn_cipher(spawn);
105 if (IS_ERR(cipher))
106 return PTR_ERR(cipher);
108 ctx->child = cipher;
187 MODULE_DESCRIPTION("ECB block cipher algorithm");
H A Dlrw.c204 struct crypto_cipher *cipher; local
210 cipher = crypto_spawn_cipher(spawn);
211 if (IS_ERR(cipher))
212 return PTR_ERR(cipher);
214 if (crypto_cipher_blocksize(cipher) != 16) {
219 ctx->child = cipher;
307 MODULE_DESCRIPTION("LRW block cipher mode");
H A Dcryptd.c157 struct crypto_blkcipher *cipher; local
159 cipher = crypto_spawn_blkcipher(spawn);
160 if (IS_ERR(cipher))
161 return PTR_ERR(cipher);
163 ctx->child = cipher;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_task.c66 * SSL_CIPHER Defines a list of cipher specifications the server
140 static char *cipher=NULL; variable
223 * get the preferred cipher list and other initialization
225 if (cipher == NULL) cipher=getenv("SSL_CIPHER");
226 printf("cipher list: %s\n", cipher ? cipher : "{undefined}" );
H A Dssl_txt.c98 if (x->cipher == NULL)
113 if (BIO_printf(bp," Cipher : %s\n",((x->cipher == NULL)?"unknown":x->cipher->name)) <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp.h326 /* Values for cipher flags */
336 /* Set if variable length cipher */
338 /* Set if the iv handling should be done by the cipher itself */
340 /* Set if the cipher's init() function should be called if key is NULL */
342 /* Call ctrl() to init cipher parameters */
348 /* cipher handles random key generation */
363 const EVP_CIPHER *cipher; member in struct:evp_cipher_info_st
369 const EVP_CIPHER *cipher; member in struct:evp_cipher_ctx_st
370 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
380 int key_len; /* May change for variable length cipher */
[all...]
H A Dp5_crpt2.c156 const EVP_CIPHER *cipher; local
183 cipher = EVP_get_cipherbyname(
186 if(!cipher) {
192 /* Fixup cipher based on AlgorithmIdentifier */
193 EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h326 /* Values for cipher flags */
336 /* Set if variable length cipher */
338 /* Set if the iv handling should be done by the cipher itself */
340 /* Set if the cipher's init() function should be called if key is NULL */
342 /* Call ctrl() to init cipher parameters */
348 /* cipher handles random key generation */
363 const EVP_CIPHER *cipher; member in struct:evp_cipher_info_st
369 const EVP_CIPHER *cipher; member in struct:evp_cipher_ctx_st
370 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
380 int key_len; /* May change for variable length cipher */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pem/
H A Dpem_info.c215 EVP_CIPHER_INFO cipher; local
217 if (!PEM_get_EVP_CIPHER_INFO(header,&cipher))
219 if (!PEM_do_header(&cipher,data,&len,cb,u))
319 EVP_CIPHER_nid(xi->enc_cipher.cipher));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dx_info.c76 ret->enc_cipher.cipher=NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_info.c76 ret->enc_cipher.cipher=NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c142 static int padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid);
717 padlock_ciphers (ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
719 /* No specific cipher => return a list of supported nids ... */
720 if (!cipher) {
725 /* ... or the requested "cipher" otherwise */
728 *cipher = &padlock_aes_128_ecb;
731 *cipher = &padlock_aes_128_cbc;
734 *cipher = &padlock_aes_128_cfb;
737 *cipher = &padlock_aes_128_ofb;
741 *cipher
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish.c72 .cipher = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish.c72 .cipher = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c84 * Symetric cipher and digest function registrars
86 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
498 * Symetric cipher and digest function registrars
500 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
504 if(!cipher)
510 /* We are being asked for a specific cipher */
514 *cipher = &cipher_des_cbc; break;
516 *cipher = &cipher_des_ede3_cbc; break;
518 *cipher = &cipher_desx_cbc; break;
521 *cipher
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c84 * Symetric cipher and digest function registrars
86 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
498 * Symetric cipher and digest function registrars
500 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
504 if(!cipher)
510 /* We are being asked for a specific cipher */
514 *cipher = &cipher_des_cbc; break;
516 *cipher = &cipher_des_ede3_cbc; break;
518 *cipher = &cipher_desx_cbc; break;
521 *cipher
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A DMakefile.am1 # Makefile for cipher modules
38 cipher.c pubkey.c ac.c md.c kdf.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c45 char cms[LO_NAME_SIZE]; /* cipher-mode string */
46 char *cipher; local
59 cipher = cmsp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dkrb5_asn.h79 ** cipher[2] OCTET STRING -- ciphertext
86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h79 ** cipher[2] OCTET STRING -- ciphertext
86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st

Completed in 139 milliseconds

12345678910