Searched refs:cipher_data (Results 26 - 50 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes.c273 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
278 ret = aesni_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
283 ret = aesni_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
304 aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
317 aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
345 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
381 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
419 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
553 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
560 aes_t4_set_decrypt_key(key, bits, ctx->cipher_data);
[all...]
H A De_xcbc_d.c80 # define data(ctx) ((DESX_CBC_KEY *)(ctx)->cipher_data)
H A De_rc2.c82 # define data(ctx) ((EVP_RC2_KEY *)(ctx)->cipher_data)
H A De_rc4_hmac_md5.c83 # define data(ctx) ((EVP_RC4_HMAC_MD5 *)(ctx)->cipher_data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c1335 # define rc4_data(ctx) ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
1398 # define des_data(ctx) ( (DES_EDE_KEY *) ( ctx )->cipher_data )
1608 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
1639 tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
1665 tmp_des_key = (ZEN_DES_KEY *) (ctx->cipher_data);
1695 (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))->des_key;
1697 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[8];
1699 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[16];
1702 memcpy(((ZEN_DES_KEY *) (ctx->cipher_data))->des_iv, ctx->iv, 8);
1704 iv.data = (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c1272 #define rc4_data(ctx) ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
1340 #define des_data(ctx) ( (DES_EDE_KEY *) ( ctx )->cipher_data )
1554 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ;
1584 tmp_rc4_key = ( (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ) ;
1606 tmp_des_key = (ZEN_DES_KEY *) ( ctx->cipher_data ) ;
1635 deskey_1.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key ;
1636 deskey_2.data = (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 8 ] ;
1637 deskey_3.data = (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 16 ] ;
1640 memcpy ( ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_iv, ctx->iv, 8 ) ;
1642 iv.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c1335 # define rc4_data(ctx) ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
1398 # define des_data(ctx) ( (DES_EDE_KEY *) ( ctx )->cipher_data )
1608 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
1639 tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
1665 tmp_des_key = (ZEN_DES_KEY *) (ctx->cipher_data);
1695 (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))->des_key;
1697 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[8];
1699 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[16];
1702 memcpy(((ZEN_DES_KEY *) (ctx->cipher_data))->des_iv, ctx->iv, 8);
1704 iv.data = (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_xcbc_d.c80 # define data(ctx) ((DESX_CBC_KEY *)(ctx)->cipher_data)
H A De_rc2.c82 # define data(ctx) ((EVP_RC2_KEY *)(ctx)->cipher_data)
H A De_rc4_hmac_md5.c83 # define data(ctx) ((EVP_RC4_HMAC_MD5 *)(ctx)->cipher_data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_rc2.c83 #define data(ctx) ((EVP_RC2_KEY *)(ctx)->cipher_data)
H A De_des3.c83 #define data(ctx) ((DES_EDE_KEY *)(ctx)->cipher_data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/rsaref/
H A Drsaref.c574 #define data(ctx) ((DES_CBC_CTX *)(ctx)->cipher_data)
606 #define data(ctx) ((DES3_CBC_CTX *)(ctx)->cipher_data)
639 #define data(ctx) ((DESX_CBC_CTX *)(ctx)->cipher_data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c555 #define data(ctx) ((DES_CBC_CTX *)(ctx)->cipher_data)
585 #define data(ctx) ((DES3_CBC_CTX *)(ctx)->cipher_data)
616 #define data(ctx) ((DESX_CBC_CTX *)(ctx)->cipher_data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c574 #define data(ctx) ((DES_CBC_CTX *)(ctx)->cipher_data)
606 #define data(ctx) ((DES3_CBC_CTX *)(ctx)->cipher_data)
639 #define data(ctx) ((DESX_CBC_CTX *)(ctx)->cipher_data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbftest.c178 static unsigned char cipher_data[NUM_TESTS][8] = { variable
314 printf("%02X", cipher_data[i][j]);
422 if (memcmp(&(cipher_data[n][0]), out, 8) != 0) {
430 printf("%02X ", cipher_data[n][i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbftest.c173 static unsigned char cipher_data[NUM_TESTS][8]={ variable
303 printf("%02X",cipher_data[i][j]);
416 if (memcmp(&(cipher_data[n][0]),out,8) != 0)
425 printf("%02X ",cipher_data[n][i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbftest.c173 static unsigned char cipher_data[NUM_TESTS][8]={ variable
303 printf("%02X",cipher_data[i][j]);
416 if (memcmp(&(cipher_data[n][0]),out,8) != 0)
425 printf("%02X ",cipher_data[n][i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_openssl.c228 #define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data)
H A Deng_cryptodev.c375 struct dev_crypto_state *state = ctx->cipher_data;
428 struct dev_crypto_state *state = ctx->cipher_data;
466 struct dev_crypto_state *state = ctx->cipher_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_openssl.c242 # define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data)
H A Deng_cryptodev.c410 struct dev_crypto_state *state = ctx->cipher_data;
464 struct dev_crypto_state *state = ctx->cipher_data;
505 struct dev_crypto_state *state = ctx->cipher_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbftest.c178 static unsigned char cipher_data[NUM_TESTS][8] = { variable
314 printf("%02X", cipher_data[i][j]);
422 if (memcmp(&(cipher_data[n][0]), out, 8) != 0) {
430 printf("%02X ", cipher_data[n][i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_openssl.c242 # define test(ctx) ((TEST_RC4_KEY *)(ctx)->cipher_data)
H A Deng_cryptodev.c410 struct dev_crypto_state *state = ctx->cipher_data;
464 struct dev_crypto_state *state = ctx->cipher_data;
505 struct dev_crypto_state *state = ctx->cipher_data;

Completed in 253 milliseconds

123