Searched refs:ectx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample4.c49 EVP_ENCODE_CTX ectx; local
51 EVP_EncodeInit(&ectx);
68 EVP_EncodeUpdate(&ectx, ebuf, &ebuflen, buf, readlen);
73 EVP_EncodeFinal(&ectx, ebuf, &ebuflen);
83 EVP_ENCODE_CTX ectx; local
85 EVP_DecodeInit(&ectx);
103 rc = EVP_DecodeUpdate(&ectx, ebuf, &ebuflen, buf, readlen);
119 EVP_DecodeFinal(&ectx, ebuf, &ebuflen);
H A Dexample3.c54 EVP_CIPHER_CTX ectx; local
60 EVP_CIPHER_CTX_init(&ectx);
61 EVP_CipherInit_ex(&ectx, ALG, NULL, key, iv, operation);
78 EVP_CipherUpdate(&ectx, ebuf, &ebuflen, buf, readlen);
83 EVP_CipherFinal_ex(&ectx, ebuf, &ebuflen);
84 EVP_CIPHER_CTX_cleanup(&ectx);
H A Dexample1.c62 EVP_CIPHER_CTX ectx; local
89 EVP_SealInit(&ectx,
114 EVP_SealUpdate(&ectx, ebuf, &ebuflen, buf, readlen);
119 EVP_SealFinal(&ectx, ebuf, &ebuflen);
132 EVP_CIPHER_CTX ectx; local
167 EVP_OpenInit(&ectx,
186 EVP_OpenUpdate(&ectx, buf, &buflen, ebuf, readlen);
190 EVP_OpenFinal(&ectx, buf, &buflen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Datom.c1149 atom_exec_context ectx; local
1162 ectx.ctx = ctx;
1163 ectx.ps_shift = ps / 4;
1164 ectx.start = base;
1165 ectx.ps = params;
1166 ectx.abort = false;
1167 ectx.last_jump = 0;
1169 ectx.ws = kzalloc(4 * ws, GFP_KERNEL);
1171 ectx.ws = NULL;
1180 if (ectx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsbgdec.c836 const char *ectx = av_x_if_null(memchr(ctx, '\n', sp.end - sp.cursor), local
838 int lctx = ectx - ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl.h1085 EVP_CIPHER_CTX *ectx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl.h1085 EVP_CIPHER_CTX *ectx,

Completed in 133 milliseconds