Searched refs:cipher (Results 276 - 300 of 1212) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/engine/
H A Deng_cryptodev.c98 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
302 sess.cipher = ciphers[i].id;
342 sess.cipher = 0;
419 if ((inl % ctx->cipher->block_size) != 0)
433 if (ctx->cipher->iv_len) {
436 iiv = in + inl - ctx->cipher->iv_len;
437 memcpy(save_iv, iiv, ctx->cipher->iv_len);
450 if (ctx->cipher->iv_len) {
452 iiv = out + inl - ctx->cipher->iv_len;
455 memcpy(ctx->iv, iiv, ctx->cipher
466 int cipher = -1, i; local
690 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/engine/
H A Deng_cryptodev.c98 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
302 sess.cipher = ciphers[i].id;
342 sess.cipher = 0;
419 if ((inl % ctx->cipher->block_size) != 0)
433 if (ctx->cipher->iv_len) {
436 iiv = in + inl - ctx->cipher->iv_len;
437 memcpy(save_iv, iiv, ctx->cipher->iv_len);
450 if (ctx->cipher->iv_len) {
452 iiv = out + inl - ctx->cipher->iv_len;
455 memcpy(ctx->iv, iiv, ctx->cipher
466 int cipher = -1, i; local
690 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/engine/
H A Deng_cryptodev.c98 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
302 sess.cipher = ciphers[i].id;
342 sess.cipher = 0;
419 if ((inl % ctx->cipher->block_size) != 0)
433 if (ctx->cipher->iv_len) {
436 iiv = in + inl - ctx->cipher->iv_len;
437 memcpy(save_iv, iiv, ctx->cipher->iv_len);
450 if (ctx->cipher->iv_len) {
452 iiv = out + inl - ctx->cipher->iv_len;
455 memcpy(ctx->iv, iiv, ctx->cipher
466 int cipher = -1, i; local
690 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dctr.c157 struct crypto_cipher *cipher; local
159 cipher = crypto_spawn_cipher(spawn);
160 if (IS_ERR(cipher))
161 return PTR_ERR(cipher);
163 ctx->child = cipher;
307 struct crypto_blkcipher *cipher; local
309 cipher = crypto_spawn_blkcipher(spawn);
310 if (IS_ERR(cipher))
311 return PTR_ERR(cipher);
313 ctx->child = cipher;
[all...]
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 Dxcbc.c178 struct crypto_cipher *cipher; local
183 cipher = crypto_spawn_cipher(spawn);
184 if (IS_ERR(cipher))
185 return PTR_ERR(cipher);
187 ctx->child = cipher;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dctr.c157 struct crypto_cipher *cipher; local
159 cipher = crypto_spawn_cipher(spawn);
160 if (IS_ERR(cipher))
161 return PTR_ERR(cipher);
163 ctx->child = cipher;
307 struct crypto_blkcipher *cipher; local
309 cipher = crypto_spawn_blkcipher(spawn);
310 if (IS_ERR(cipher))
311 return PTR_ERR(cipher);
313 ctx->child = cipher;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/engine/
H A Deng_cryptodev.c101 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
257 sess.cipher = ciphers[i].id;
298 sess.cipher = 0;
377 if ((inl % ctx->cipher->block_size) != 0)
391 if (ctx->cipher->iv_len) {
394 iiv = in + inl - ctx->cipher->iv_len;
395 memcpy(save_iv, iiv, ctx->cipher->iv_len);
407 if (ctx->cipher->iv_len) {
409 iiv = out + inl - ctx->cipher->iv_len;
412 memcpy(ctx->iv, iiv, ctx->cipher
423 int cipher = -1, i; local
609 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/engine/
H A Deng_cryptodev.c101 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
257 sess.cipher = ciphers[i].id;
298 sess.cipher = 0;
377 if ((inl % ctx->cipher->block_size) != 0)
391 if (ctx->cipher->iv_len) {
394 iiv = in + inl - ctx->cipher->iv_len;
395 memcpy(save_iv, iiv, ctx->cipher->iv_len);
407 if (ctx->cipher->iv_len) {
409 iiv = out + inl - ctx->cipher->iv_len;
412 memcpy(ctx->iv, iiv, ctx->cipher
423 int cipher = -1, i; local
609 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/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.c101 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
257 sess.cipher = ciphers[i].id;
298 sess.cipher = 0;
377 if ((inl % ctx->cipher->block_size) != 0)
391 if (ctx->cipher->iv_len) {
394 iiv = in + inl - ctx->cipher->iv_len;
395 memcpy(save_iv, iiv, ctx->cipher->iv_len);
407 if (ctx->cipher->iv_len) {
409 iiv = out + inl - ctx->cipher->iv_len;
412 memcpy(ctx->iv, iiv, ctx->cipher
423 int cipher = -1, i; local
609 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/tls/
H A Dtlsv1_client.c430 * tlsv1_client_get_cipher - Get current cipher name
432 * @buf: Buffer for the cipher name
436 * Get the name of the currently used cipher.
441 char *cipher; local
445 cipher = "RC4-MD5";
448 cipher = "RC4-SHA";
451 cipher = "DES-CBC-SHA";
454 cipher = "DES-CBC3-SHA";
457 cipher = "ADH-AES-128-SHA";
460 cipher
[all...]
H A Dtlsv1_server.c421 * tlsv1_server_get_cipher - Get current cipher name
423 * @buf: Buffer for the cipher name
427 * Get the name of the currently used cipher.
432 char *cipher; local
436 cipher = "RC4-MD5";
439 cipher = "RC4-SHA";
442 cipher = "DES-CBC-SHA";
445 cipher = "DES-CBC3-SHA";
448 cipher = "ADH-AES-128-SHA";
451 cipher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_client.c430 * tlsv1_client_get_cipher - Get current cipher name
432 * @buf: Buffer for the cipher name
436 * Get the name of the currently used cipher.
441 char *cipher; local
445 cipher = "RC4-MD5";
448 cipher = "RC4-SHA";
451 cipher = "DES-CBC-SHA";
454 cipher = "DES-CBC3-SHA";
457 cipher = "ADH-AES-128-SHA";
460 cipher
[all...]
H A Dtlsv1_server.c421 * tlsv1_server_get_cipher - Get current cipher name
423 * @buf: Buffer for the cipher name
427 * Get the name of the currently used cipher.
432 char *cipher; local
436 cipher = "RC4-MD5";
439 cipher = "RC4-SHA";
442 cipher = "DES-CBC-SHA";
445 cipher = "DES-CBC3-SHA";
448 cipher = "ADH-AES-128-SHA";
451 cipher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dtlsv1_client.c430 * tlsv1_client_get_cipher - Get current cipher name
432 * @buf: Buffer for the cipher name
436 * Get the name of the currently used cipher.
441 char *cipher; local
445 cipher = "RC4-MD5";
448 cipher = "RC4-SHA";
451 cipher = "DES-CBC-SHA";
454 cipher = "DES-CBC3-SHA";
457 cipher = "ADH-AES-128-SHA";
460 cipher
[all...]
H A Dtlsv1_server.c421 * tlsv1_server_get_cipher - Get current cipher name
423 * @buf: Buffer for the cipher name
427 * Get the name of the currently used cipher.
432 char *cipher; local
436 cipher = "RC4-MD5";
439 cipher = "RC4-SHA";
442 cipher = "DES-CBC-SHA";
445 cipher = "DES-CBC3-SHA";
448 cipher = "ADH-AES-128-SHA";
451 cipher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_client.c430 * tlsv1_client_get_cipher - Get current cipher name
432 * @buf: Buffer for the cipher name
436 * Get the name of the currently used cipher.
441 char *cipher; local
445 cipher = "RC4-MD5";
448 cipher = "RC4-SHA";
451 cipher = "DES-CBC-SHA";
454 cipher = "DES-CBC3-SHA";
457 cipher = "ADH-AES-128-SHA";
460 cipher
[all...]
H A Dtlsv1_server.c421 * tlsv1_server_get_cipher - Get current cipher name
423 * @buf: Buffer for the cipher name
427 * Get the name of the currently used cipher.
432 char *cipher; local
436 cipher = "RC4-MD5";
439 cipher = "RC4-SHA";
442 cipher = "DES-CBC-SHA";
445 cipher = "DES-CBC3-SHA";
448 cipher = "ADH-AES-128-SHA";
451 cipher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dtlsv1_client.c430 * tlsv1_client_get_cipher - Get current cipher name
432 * @buf: Buffer for the cipher name
436 * Get the name of the currently used cipher.
441 char *cipher; local
445 cipher = "RC4-MD5";
448 cipher = "RC4-SHA";
451 cipher = "DES-CBC-SHA";
454 cipher = "DES-CBC3-SHA";
457 cipher = "ADH-AES-128-SHA";
460 cipher
[all...]
H A Dtlsv1_server.c421 * tlsv1_server_get_cipher - Get current cipher name
423 * @buf: Buffer for the cipher name
427 * Get the name of the currently used cipher.
432 char *cipher; local
436 cipher = "RC4-MD5";
439 cipher = "RC4-SHA";
442 cipher = "DES-CBC-SHA";
445 cipher = "DES-CBC3-SHA";
448 cipher = "ADH-AES-128-SHA";
451 cipher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_client.c430 * tlsv1_client_get_cipher - Get current cipher name
432 * @buf: Buffer for the cipher name
436 * Get the name of the currently used cipher.
441 char *cipher; local
445 cipher = "RC4-MD5";
448 cipher = "RC4-SHA";
451 cipher = "DES-CBC-SHA";
454 cipher = "DES-CBC3-SHA";
457 cipher = "ADH-AES-128-SHA";
460 cipher
[all...]
H A Dtlsv1_server.c421 * tlsv1_server_get_cipher - Get current cipher name
423 * @buf: Buffer for the cipher name
427 * Get the name of the currently used cipher.
432 char *cipher; local
436 cipher = "RC4-MD5";
439 cipher = "RC4-SHA";
442 cipher = "DES-CBC-SHA";
445 cipher = "DES-CBC3-SHA";
448 cipher = "ADH-AES-128-SHA";
451 cipher
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dssl_task.c66 * SSL_CIPHER Defines a list of cipher specifications the server
140 static char *cipher = NULL; variable
235 * get the preferred cipher list and other initialization
237 if (cipher == NULL)
238 cipher = getenv("SSL_CIPHER");
239 printf("cipher list: %s\n", cipher ? cipher : "{undefined}");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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}" );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dpkcs8.c78 const EVP_CIPHER *cipher = NULL; local
111 cipher=EVP_get_cipherbyname(*args);
112 if (!cipher)
115 "Unknown cipher %s\n", *args);
224 BIO_printf(bio_err, "-v2 alg use PKCS#5 v2.0 and cipher \"alg\"\n");
225 BIO_printf(bio_err, "-v1 obj use PKCS#5 v1.5 and cipher \"alg\"\n");
242 if ((pbe_nid == -1) && !cipher)
311 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,

Completed in 150 milliseconds

<<11121314151617181920>>