Searched refs:base_ctx (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.h | 54 PROV_AES_HMAC_SHA_CTX base_ctx; member 59 PROV_AES_HMAC_SHA_CTX base_ctx; member
|
H A D | cipher_aes_cbc_hmac_sha.c | 331 base_init(provctx, &ctx->base_ctx, in aes_cbc_hmac_sha1_newctx() 368 base_init(provctx, &ctx->base_ctx, in aes_cbc_hmac_sha256_newctx()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.h | 54 PROV_AES_HMAC_SHA_CTX base_ctx; member 59 PROV_AES_HMAC_SHA_CTX base_ctx; member
|
H A D | cipher_aes_cbc_hmac_sha.c | 331 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/ |
H A D | h264_cabac.c | 1564 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 1587 return base_ctx[cat] + ctx; in get_cabac_cbf_ctx()
|
Completed in 6 milliseconds