/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleGLInterfaceAutogen.cpp | 23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() argument 27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() argument
|
H A D | GrGLAssembleWebGLInterfaceAutogen.cpp | 17 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() argument 45 sk_sp<const GrGLInterface> GrGLMakeAssembledWebGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledWebGLInterface() argument
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_chk.c | 25 BN_CTX *ctx; in rsa_validate_keypair_multiprime() local [all...] |
/third_party/openssl/crypto/sha/ |
H A D | sha3.c | 15 void ossl_sha3_reset(KECCAK1600_CTX *ctx) in ossl_sha3_reset() argument 21 int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen) in ossl_sha3_init() argument 36 ossl_keccak_kmac_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen) ossl_keccak_kmac_init() argument 45 ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len) ossl_sha3_update() argument 87 ossl_sha3_final(unsigned char *md, KECCAK1600_CTX *ctx) ossl_sha3_final() argument [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_bitst.c | 58 v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) v2i_ASN1_BIT_STRING() argument
|
H A D | x509_d2.c | 15 int X509_STORE_set_default_paths_ex(X509_STORE *ctx, OSSL_LIB_CTX *libctx, in X509_STORE_set_default_paths_ex() argument 40 int X509_STORE_set_default_paths(X509_STORE *ctx) in X509_STORE_set_default_paths() argument 45 int X509_STORE_load_file_ex(X509_STORE *ctx, const char *file, in X509_STORE_load_file_ex() argument 59 int X509_STORE_load_file(X509_STORE *ctx, const char *file) in X509_STORE_load_file() argument 64 X509_STORE_load_path(X509_STORE *ctx, const char *path) X509_STORE_load_path() argument 76 X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, OSSL_LIB_CTX *libctx, const char *propq) X509_STORE_load_store_ex() argument 89 X509_STORE_load_store(X509_STORE *ctx, const char *uri) X509_STORE_load_store() argument 94 X509_STORE_load_locations_ex(X509_STORE *ctx, const char *file, const char *path, OSSL_LIB_CTX *libctx, const char *propq) X509_STORE_load_locations_ex() argument 107 X509_STORE_load_locations(X509_STORE *ctx, const char *file, const char *path) X509_STORE_load_locations() argument [all...] |
H A D | v3_tlsf.c | 87 v2i_TLS_FEATURE(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) v2i_TLS_FEATURE() argument
|
/third_party/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramgen.c | 23 EVP_PKEY_CTX *ctx = NULL; in main() local
|
H A D | EVP_PKEY_DSA_keygen.c | 27 EVP_PKEY_CTX *ctx = NULL; in dsa_genparams() local 53 EVP_PKEY_CTX *ctx = NULL; in main() local [all...] |
/third_party/openssl/ssl/ |
H A D | d1_srtp.c | 108 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) in SSL_CTX_set_tlsext_use_srtp() argument
|
H A D | ssl_rsa_legacy.c | 99 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) in SSL_CTX_use_RSAPrivateKey() argument 125 int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type) in SSL_CTX_use_RSAPrivateKey_file() argument 164 int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, in SSL_CTX_use_RSAPrivateKey_ASN1() argument
|
/third_party/openssl/fuzz/ |
H A D | test-corpus.c | 70 OPENSSL_DIR_CTX *ctx = NULL; in main() local
|
/third_party/openssl/providers/common/ |
H A D | provider_ctx.c | 19 void ossl_prov_ctx_free(PROV_CTX *ctx) in ossl_prov_ctx_free() argument 24 void ossl_prov_ctx_set0_libctx(PROV_CTX *ctx, OSSL_LIB_CTX *libctx) in ossl_prov_ctx_set0_libctx() argument 30 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle) in ossl_prov_ctx_set0_handle() argument 36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument 42 ossl_prov_ctx_get0_libctx(PROV_CTX *ctx) ossl_prov_ctx_get0_libctx() argument 49 ossl_prov_ctx_get0_handle(PROV_CTX *ctx) ossl_prov_ctx_get0_handle() argument 56 ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx) ossl_prov_ctx_get0_core_bio_method() argument [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb_hw.c | 36 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; in cipher_hw_aes_ocb_generic_initkey() local 68 PROV_AES_OCB_CTX *ctx in cipher_hw_aes_ocb_aesni_initkey() local 91 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; cipher_hw_aes_ocb_t4_initkey() local [all...] |
H A D | cipher_aes_gcm_hw.c | 20 static int aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, in aes_gcm_initkey() argument 62 static int generic_aes_gcm_cipher_update(PROV_GCM_CTX *ctx, const unsigned char *in, in generic_aes_gcm_cipher_update() argument [all...] |
H A D | cipher_chacha20_hw.c | 17 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx; in chacha20_initkey() local 30 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx; in chacha20_initiv() local 44 PROV_CHACHA20_CTX *ctx = (PROV_CHACHA20_CTX *)bctx; in chacha20_cipher() local [all...] |
H A D | cipher_rc4.c | 31 PROV_RC4_CTX *ctx = (PROV_RC4_CTX *)vctx; in rc4_freectx() local 37 static void *rc4_dupctx(void *ctx) in rc4_dupctx() argument 55 static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen, in rc4_einit() argument 64 static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc4_dinit() argument [all...] |
/third_party/openssl/demos/signature/ |
H A D | rsa_pss_direct.c | 42 EVP_PKEY_CTX *ctx = NULL; in sign() local 129 EVP_PKEY_CTX *ctx in verify() local [all...] |
/third_party/openssl/test/ |
H A D | bn_internal_test.c | 25 static BN_CTX *ctx; variable
|
/third_party/openssl/crypto/whrlpool/ |
H A D | wp_dgst.c | 255 WHIRLPOOL_CTX ctx; in WHIRLPOOL() local
|
/third_party/openssl/demos/bio/ |
H A D | client-conf.c | 20 SSL_CTX *ctx = NULL; in main() local
|
H A D | client-arg.c | 19 SSL_CTX *ctx; in main() local
|
H A D | server-arg.c | 27 SSL_CTX *ctx; in main() local
|
H A D | server-conf.c | 29 SSL_CTX *ctx; in main() local
|
H A D | saccept.c | 53 SSL_CTX *ctx; in main() local
|