HomeSort by relevance Sort by last modified time
    Searched refs:gctx (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/evp/
e_aes.c 308 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
313 aesni_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks.ks);
314 CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
316 gctx->ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
320 if (iv == NULL && gctx->iv_set)
321 iv = gctx->iv;
324 CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
325 gctx->iv_set = 1
744 EVP_AES_GCM_CTX *gctx = c->cipher_data; local
767 EVP_AES_GCM_CTX *gctx = c->cipher_data; local
885 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
972 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
1045 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes.c 308 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
313 aesni_set_encrypt_key(key, ctx->key_len * 8, &gctx->ks);
314 CRYPTO_gcm128_init(&gctx->gcm, &gctx->ks,
316 gctx->ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
320 if (iv == NULL && gctx->iv_set)
321 iv = gctx->iv;
324 CRYPTO_gcm128_setiv(&gctx->gcm, iv, gctx->ivlen);
325 gctx->iv_set = 1
679 EVP_AES_GCM_CTX *gctx = c->cipher_data; local
702 EVP_AES_GCM_CTX *gctx = c->cipher_data; local
850 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
890 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
963 EVP_AES_GCM_CTX *gctx = ctx->cipher_data; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 151 struct egl_g3d_context *gctx; local
155 gctx = CALLOC_STRUCT(egl_g3d_context);
156 if (!gctx) {
161 if (!_eglInitContext(&gctx->base, dpy, conf, attribs)) {
162 FREE(gctx);
170 gctx->stapi = egl_g3d_choose_st(drv, &gctx->base, &stattribs.profile);
171 if (!gctx->stapi) {
172 FREE(gctx);
176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi,
194 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
489 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
559 struct egl_g3d_context *gctx = NULL; local
649 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
661 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
698 struct egl_g3d_context *gctx; local
765 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
    [all...]
egl_g3d_sync.c 79 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
82 assert(gctx);
85 gctx->stctxi->flush(gctx->stctxi, 0x0, &gsync->fence);
232 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
234 if (gctx)
235 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, NULL);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 151 struct egl_g3d_context *gctx; local
155 gctx = CALLOC_STRUCT(egl_g3d_context);
156 if (!gctx) {
161 if (!_eglInitContext(&gctx->base, dpy, conf, attribs)) {
162 FREE(gctx);
170 gctx->stapi = egl_g3d_choose_st(drv, &gctx->base, &stattribs.profile);
171 if (!gctx->stapi) {
172 FREE(gctx);
176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi,
194 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
489 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
559 struct egl_g3d_context *gctx = NULL; local
649 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
661 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
698 struct egl_g3d_context *gctx; local
765 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
    [all...]
egl_g3d_sync.c 79 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
82 assert(gctx);
85 gctx->stctxi->flush(gctx->stctxi, 0x0, &gsync->fence);
232 struct egl_g3d_context *gctx = egl_g3d_context(ctx); local
234 if (gctx)
235 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, NULL);
  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 1597 EVP_PKEY_CTX *gctx = NULL; local
    [all...]
  /external/openssl/apps/
req.c 1607 EVP_PKEY_CTX *gctx = NULL; local
    [all...]

Completed in 2433 milliseconds