Home
last modified time | relevance | path

Searched defs:ctx_init (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/tls/
Dkdf.c73 HMAC_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/tls/
Dkdf.c73 HMAC_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/tls/
H A Dkdf.c76 HMAC_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/tls/
H A Dkdf.c76 HMAC_CTX ctx, ctx_tmp, ctx_init; in tls1_P_hash() local
/aosp_15_r20/external/tinyalsa_new/utils/
H A Dtinyplay.c173 static int ctx_init(struct ctx* ctx, struct cmd *cmd) in ctx_init() function