Home
last modified time | relevance | path

Searched refs:base_ctx (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_cbc_hmac_sha.h54 PROV_AES_HMAC_SHA_CTX base_ctx; member
59 PROV_AES_HMAC_SHA_CTX base_ctx; member
Dcipher_aes_cbc_hmac_sha.c331 base_init(provctx, &ctx->base_ctx, in aes_cbc_hmac_sha1_newctx()
358 base_init(provctx, &ctx->base_ctx, in aes_cbc_hmac_sha256_newctx()
/third_party/ffmpeg/libavcodec/
Dh264_cabac.c1555 static const uint16_t base_ctx[14] = {85,89,93,97,101,1012,460,464,468,1016,472,476,480,1020}; in get_cabac_cbf_ctx() local
1578 return base_ctx[cat] + ctx; in get_cabac_cbf_ctx()