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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_des3.c110 # define data(ctx) ((DES_EDE_KEY *)(ctx)->cipher_data)
H A De_aes_cbc_hmac_sha1.c119 # define data(ctx) ((EVP_AES_HMAC_SHA1 *)(ctx)->cipher_data)
H A De_aes_cbc_hmac_sha256.c115 # define data(ctx) ((EVP_AES_HMAC_SHA256 *)(ctx)->cipher_data)
H A Devp.h324 /* how big ctx->cipher_data needs to be */
462 void *cipher_data; /* per EVP data */ member in struct:evp_cipher_ctx_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_des3.c110 # define data(ctx) ((DES_EDE_KEY *)(ctx)->cipher_data)
H A De_aes_cbc_hmac_sha1.c119 # define data(ctx) ((EVP_AES_HMAC_SHA1 *)(ctx)->cipher_data)
H A De_aes_cbc_hmac_sha256.c115 # define data(ctx) ((EVP_AES_HMAC_SHA256 *)(ctx)->cipher_data)
H A Devp.h324 /* how big ctx->cipher_data needs to be */
462 void *cipher_data; /* per EVP data */ member in struct:evp_cipher_ctx_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddestest.c164 static unsigned char cipher_data[NUM_TESTS][8]={ variable
418 if (memcmp(out,cipher_data[i],8) != 0)
421 i+1,pt(key_data[i]),pt(in),pt(cipher_data[i]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddestest.c164 static unsigned char cipher_data[NUM_TESTS][8]={ variable
418 if (memcmp(out,cipher_data[i],8) != 0)
421 i+1,pt(key_data[i]),pt(in),pt(cipher_data[i]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddestest.c166 static unsigned char cipher_data[NUM_TESTS][8] = { variable
441 if (memcmp(out, cipher_data[i], 8) != 0) {
443 i + 1, pt(key_data[i]), pt(in), pt(cipher_data[i]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddestest.c166 static unsigned char cipher_data[NUM_TESTS][8] = { variable
441 if (memcmp(out, cipher_data[i], 8) != 0) {
443 i + 1, pt(key_data[i]), pt(in), pt(cipher_data[i]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_padlock.c683 NEAREST_ALIGNED(ctx->cipher_data))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h319 int ctx_size; /* how big ctx->cipher_data needs to be */
382 void *cipher_data; /* per EVP data */ member in struct:evp_cipher_ctx_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_padlock.c683 NEAREST_ALIGNED(ctx->cipher_data))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c675 NEAREST_ALIGNED(ctx->cipher_data))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp.h319 int ctx_size; /* how big ctx->cipher_data needs to be */
382 void *cipher_data; /* per EVP data */ member in struct:evp_cipher_ctx_st

Completed in 215 milliseconds

123