Home
last modified time | relevance | path

Searched defs:p_ctx (Results 1 – 21 of 21) sorted by relevance

/third_party/mbedtls/library/
Dssl_cookie.c192 int mbedtls_ssl_cookie_write(void *p_ctx, in mbedtls_ssl_cookie_write()
281 int mbedtls_ssl_cookie_check(void *p_ctx, in mbedtls_ssl_cookie_check()
Dx509_crt.c765 void *p_ctx) in x509_get_crt_ext()
960 void *p_ctx) in x509_crt_parse_der_core()
1200 void *p_ctx) in mbedtls_x509_crt_parse_der_internal()
1260 void *p_ctx) in mbedtls_x509_crt_parse_der_with_ext_cb()
/third_party/openssl/providers/implementations/kdfs/
Dpbkdf1.c200 ossl_unused void *p_ctx) in kdf_pbkdf1_settable_ctx_params()
223 ossl_unused void *p_ctx) in kdf_pbkdf1_gettable_ctx_params()
Dsshkdf.c180 ossl_unused void *p_ctx) in kdf_sshkdf_settable_ctx_params()
204 ossl_unused void *p_ctx) in kdf_sshkdf_gettable_ctx_params()
Dpbkdf2.c217 ossl_unused void *p_ctx) in kdf_pbkdf2_settable_ctx_params()
241 ossl_unused void *p_ctx) in kdf_pbkdf2_gettable_ctx_params()
Dscrypt.c242 ossl_unused void *p_ctx) in kdf_scrypt_settable_ctx_params()
267 ossl_unused void *p_ctx) in kdf_scrypt_gettable_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
Dpbkdf1.c200 ossl_unused void *p_ctx) in kdf_pbkdf1_settable_ctx_params()
223 ossl_unused void *p_ctx) in kdf_pbkdf1_gettable_ctx_params()
Dsshkdf.c180 ossl_unused void *p_ctx) in kdf_sshkdf_settable_ctx_params()
204 ossl_unused void *p_ctx) in kdf_sshkdf_gettable_ctx_params()
Dpbkdf2.c217 ossl_unused void *p_ctx) in kdf_pbkdf2_settable_ctx_params()
241 ossl_unused void *p_ctx) in kdf_pbkdf2_gettable_ctx_params()
Dscrypt.c242 ossl_unused void *p_ctx) in kdf_scrypt_settable_ctx_params()
267 ossl_unused void *p_ctx) in kdf_scrypt_gettable_ctx_params()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c278 struct pipe_context *p_ctx = st_ctx->pipe; in dri2_create_image_from_renderbuffer2() local
374 struct pipe_context *p_ctx = st_ctx->pipe; in dri2_create_from_texture() local
/third_party/openssl/providers/implementations/rands/
Ddrbg_hmac.c345 ossl_unused void *p_ctx) in drbg_hmac_gettable_ctx_params()
397 ossl_unused void *p_ctx) in drbg_hmac_settable_ctx_params()
Ddrbg_hash.c449 ossl_unused void *p_ctx) in drbg_hash_gettable_ctx_params()
495 ossl_unused void *p_ctx) in drbg_hash_settable_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg_hmac.c345 ossl_unused void *p_ctx) in drbg_hmac_gettable_ctx_params()
397 ossl_unused void *p_ctx) in drbg_hmac_settable_ctx_params()
Ddrbg_hash.c449 ossl_unused void *p_ctx) in drbg_hash_gettable_ctx_params()
495 ossl_unused void *p_ctx) in drbg_hash_settable_ctx_params()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_ocb.c480 ossl_unused void *p_ctx) in cipher_ocb_gettable_ctx_params()
492 ossl_unused void *p_ctx) in cipher_ocb_settable_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_ocb.c480 ossl_unused void *p_ctx) in cipher_ocb_gettable_ctx_params()
492 ossl_unused void *p_ctx) in cipher_ocb_settable_ctx_params()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c452 const VP8ProbaArray* const p_ctx = &prob[n + 1]->probas_[0]; in GetCoeffsFast() local
482 const VP8ProbaArray* const p_ctx = &prob[n + 1]->probas_[0]; in GetCoeffsAlt() local
/third_party/openssl/providers/implementations/macs/
Dblake2_mac_impl.c181 ossl_unused void *ctx, ossl_unused void *p_ctx) in blake2_mac_settable_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dblake2_mac_impl.c181 ossl_unused void *ctx, ossl_unused void *p_ctx) in blake2_mac_settable_ctx_params()
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py191 def __init__(self, c_ctx=None, p_ctx=None): argument