Home
last modified time | relevance | path

Searched defs:ctx (Results 551 - 575 of 5139) sorted by relevance

1...<<21222324252627282930>>...206

/third_party/skia/src/gpu/gl/
H A DGrGLAssembleGLInterfaceAutogen.cpp23 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 DGrGLAssembleWebGLInterfaceAutogen.cpp17 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 Drsa_chk.c25 BN_CTX *ctx; in rsa_validate_keypair_multiprime() local
[all...]
/third_party/openssl/crypto/sha/
H A Dsha3.c15 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 Dv3_bitst.c58 v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) v2i_ASN1_BIT_STRING() argument
H A Dx509_d2.c15 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 Dv3_tlsf.c87 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 DEVP_PKEY_DSA_paramgen.c23 EVP_PKEY_CTX *ctx = NULL; in main() local
H A DEVP_PKEY_DSA_keygen.c27 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 Dd1_srtp.c108 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles) in SSL_CTX_set_tlsext_use_srtp() argument
H A Dssl_rsa_legacy.c99 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 Dtest-corpus.c70 OPENSSL_DIR_CTX *ctx = NULL; in main() local
/third_party/openssl/providers/common/
H A Dprovider_ctx.c19 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 Dcipher_aes_ocb_hw.c36 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 Dcipher_aes_gcm_hw.c20 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 Dcipher_chacha20_hw.c17 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 Dcipher_rc4.c31 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 Drsa_pss_direct.c42 EVP_PKEY_CTX *ctx = NULL; in sign() local
129 EVP_PKEY_CTX *ctx in verify() local
[all...]
/third_party/openssl/test/
H A Dbn_internal_test.c25 static BN_CTX *ctx; variable
/third_party/openssl/crypto/whrlpool/
H A Dwp_dgst.c255 WHIRLPOOL_CTX ctx; in WHIRLPOOL() local
/third_party/openssl/demos/bio/
H A Dclient-conf.c20 SSL_CTX *ctx = NULL; in main() local
H A Dclient-arg.c19 SSL_CTX *ctx; in main() local
H A Dserver-arg.c27 SSL_CTX *ctx; in main() local
H A Dserver-conf.c29 SSL_CTX *ctx; in main() local
H A Dsaccept.c53 SSL_CTX *ctx; in main() local

Completed in 7 milliseconds

1...<<21222324252627282930>>...206