Searched refs:EVP_Cipher (Results 1 - 25 of 69) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/cmac/
H A Dcmac.c195 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
237 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block, bl))
242 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl))
279 if (!EVP_Cipher(&ctx->cctx, out, out, bl)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/cmac/
H A Dcmac.c195 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
237 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block, bl))
242 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl))
279 if (!EVP_Cipher(&ctx->cctx, out, out, bl)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/cmac/
H A Dcmac.c195 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, zero_iv, bl))
237 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block, bl))
242 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, data, bl))
279 if (!EVP_Cipher(&ctx->cctx, out, out, bl)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Devp.h57 #define EVP_Cipher hc_EVP_Cipher macro
303 int EVP_Cipher(EVP_CIPHER_CTX *,void *,const void *,size_t);
H A Devp.c67 * The use of EVP_CipherInit_ex() and EVP_Cipher() is pretty easy to
945 EVP_Cipher(EVP_CIPHER_CTX *ctx, void *out, const void *in,size_t size) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Devp.h57 #define EVP_Cipher hc_EVP_Cipher macro
303 int EVP_Cipher(EVP_CIPHER_CTX *,void *,const void *,size_t);
H A Devp.c67 * The use of EVP_CipherInit_ex() and EVP_Cipher() is pretty easy to
945 EVP_Cipher(EVP_CIPHER_CTX *ctx, void *out, const void *in,size_t size) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Devp.h57 #define EVP_Cipher hc_EVP_Cipher macro
303 int EVP_Cipher(EVP_CIPHER_CTX *,void *,const void *,size_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Ds2_enc.c153 if (EVP_Cipher(ds, s->s2->mac_data, s->s2->mac_data, l) < 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dd1_enc.c223 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
244 if(EVP_Cipher(ds,rec->data,rec->input,l) < 1)
H A Ds2_enc.c149 if(EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l) < 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A Devp_lib.c187 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dd1_enc.c223 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
244 if(EVP_Cipher(ds,rec->data,rec->input,l) < 1)
H A Ds2_enc.c149 if(EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l) < 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Ds2_enc.c153 if (EVP_Cipher(ds, s->s2->mac_data, s->s2->mac_data, l) < 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A Devp_lib.c187 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Ds2_enc.c153 if (EVP_Cipher(ds, s->s2->mac_data, s->s2->mac_data, l) < 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dd1_enc.c223 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
244 if(EVP_Cipher(ds,rec->data,rec->input,l) < 1)
H A Ds2_enc.c149 if(EVP_Cipher(ds,s->s2->mac_data,s->s2->mac_data,l) < 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A Devp_lib.c187 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A Devp_lib.c200 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A Devp_lib.c200 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Devp_lib.c200 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dks_file.c113 EVP_Cipher(&ctx, clear.data, cipher, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dks_file.c113 EVP_Cipher(&ctx, clear.data, cipher, len);

Completed in 371 milliseconds

123