| /third_party/python/Include/internal/ |
| H A D | pycore_object.h | 65 PyAPI_FUNC(int) _PyType_CheckConsistency(PyTypeObject *type); variable 76 _PyType_HasFeature(PyTypeObject *type, unsigned long feature) { in _PyType_HasFeature() argument 241 _PyType_SUPPORTS_WEAKREFS(PyTypeObject *type) _PyType_SUPPORTS_WEAKREFS() argument [all...] |
| /third_party/python/Lib/ |
| H A D | socket.py | 522 def type(self): global() member in socket [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | core.c | 112 pa_mem_type_t type; in pa_core_new() local
|
| /third_party/openssl/crypto/bio/ |
| H A D | bio_sock.c | 175 int BIO_socket_ioctl(int fd, long type, void *arg) in BIO_socket_ioctl() argument 358 BIO_sock_info(int sock, enum BIO_sock_info_type type, union BIO_sock_info_u *info) BIO_sock_info() argument
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_att.c | 102 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_signed_add1_attr_by_OBJ() argument 111 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_signed_add1_attr_by_NID() argument 119 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_signed_add1_attr_by_txt() argument 128 CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *oid, int lastpos, int type) CMS_signed_get0_data_by_OBJ() argument 169 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_OBJ() argument 178 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_NID() argument 187 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_txt() argument 197 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) CMS_unsigned_get0_data_by_OBJ() argument 225 cms_check_attribute(int nid, int flags, int type, const STACK_OF(X509_ATTRIBUTE) *attrs, int have_attrs) cms_check_attribute() argument [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ecdsa_ossl.c | 67 int ossl_ecdsa_sign(int type, const unsigned char *dgst, int dlen, in ossl_ecdsa_sign() argument 353 int ossl_ecdsa_verify(int type, const unsigned char *dgst, int dgst_len, in ossl_ecdsa_verify() argument
|
| H A D | ec_pmeth.c | 109 int ret, type; in pkey_ec_sign() local 148 int ret, type; in pkey_ec_verify() local 251 static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_ec_ctrl() argument 392 pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_ec_ctrl_str() argument [all...] |
| H A D | ec_kmeth.c | 233 EC_KEY_METHOD_set_sign(EC_KEY_METHOD *meth, int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(*sign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) EC_KEY_METHOD_set_sign() argument 252 EC_KEY_METHOD_set_verify(EC_KEY_METHOD *meth, int (*verify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (*verify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_set_verify() argument 308 EC_KEY_METHOD_get_sign(const EC_KEY_METHOD *meth, int (**psign)(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), int (**psign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp), ECDSA_SIG *(**psign_sig)(const unsigned char *dgst, int dgst_len, const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)) EC_KEY_METHOD_get_sign() argument 330 EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth, int (**pverify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (**pverify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_get_verify() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | pmeth_gn.c | 316 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, in EVP_PKEY_new_mac_key() argument
|
| H A D | evp_pbe.c | 241 int EVP_PBE_find_ex(int type, int pbe_nid, int *pcnid, int *pmnid, in EVP_PBE_find_ex() argument 272 int EVP_PBE_find(int type, int pbe_nid, in EVP_PBE_find() argument
|
| H A D | evp_pkey.c | 197 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_OBJ() argument 206 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_NID() argument 215 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_txt() argument
|
| H A D | e_aria.c | 256 static int aria_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aria_gcm_ctrl() argument 541 static int aria_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aria_ccm_ctrl() argument
|
| H A D | e_chacha20_poly1305.c | 496 static int chacha20_poly1305_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in chacha20_poly1305_ctrl() argument
|
| H A D | e_des3.c | 278 static int des3_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) in des3_ctrl() argument
|
| H A D | m_sigver.c | 39 do_sigver_init(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, const char *mdname, OSSL_LIB_CTX *libctx, const char *props, ENGINE *e, EVP_PKEY *pkey, int ver, const OSSL_PARAM params[]) do_sigver_init() argument 383 EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) EVP_DigestSignInit() argument 399 EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey) EVP_DigestVerifyInit() argument [all...] |
| /third_party/openssl/crypto/dh/ |
| H A D | dh_pmeth.c | 117 static int pkey_dh_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_dh_ctrl() argument 224 pkey_dh_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_dh_ctrl_str() argument 336 int type = dctx->param_nid <= 3 ? EVP_PKEY_DHX : EVP_PKEY_DH; pkey_dh_paramgen() local [all...] |
| /third_party/openssl/crypto/objects/ |
| H A D | o_names.c | 152 const char *OBJ_NAME_get(const char *name, int type) in OBJ_NAME_get() argument 189 OBJ_NAME_add(const char *name, int type, const char *data) OBJ_NAME_add() argument 243 OBJ_NAME_remove(const char *name, int type) OBJ_NAME_remove() argument 279 int type; global() member 292 OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) OBJ_NAME_do_all() argument 305 int type; global() member 328 OBJ_NAME_do_all_sorted(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) OBJ_NAME_do_all_sorted() argument 368 OBJ_NAME_cleanup(int type) OBJ_NAME_cleanup() argument [all...] |
| /third_party/openssl/crypto/ |
| H A D | param_build.c | 26 int type; member 51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument 76 param_push_num(OSSL_PARAM_BLD *bld, const char *key, void *num, size_t size, int type) param_push_num() argument [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | s_socket.c | 77 init_client(int *sock, const char *host, const char *port, const char *bindhost, const char *bindport, int family, int type, int protocol) init_client() argument 259 do_server(int *accept_sock, const char *host, const char *port, int family, int type, int protocol, do_server_cb cb, unsigned char *context, int naccept, BIO *bio_s_out) do_server() argument [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | asn1_lib.c | 346 ASN1_STRING *ASN1_STRING_type_new(int type) in ASN1_STRING_type_new() argument
|
| /third_party/openssl/crypto/ffc/ |
| H A D | ffc_params_generate.c | 42 static int ffc_validate_LN(size_t L, size_t N, int type, int verify) in ffc_validate_LN() argument 67 static int ffc_validate_LN(size_t L, size_t N, int type, int verify) in ffc_validate_LN() argument 513 ossl_ffc_params_FIPS186_4_gen_verify(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int mode, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_4_gen_verify() argument 806 ossl_ffc_params_FIPS186_2_gen_verify(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int mode, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_2_gen_verify() argument 1036 ossl_ffc_params_FIPS186_4_generate(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_4_generate() argument 1046 ossl_ffc_params_FIPS186_2_generate(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_2_generate() argument [all...] |
| /third_party/openssl/crypto/ocsp/ |
| H A D | ocsp_local.h | 101 int type; member 127 int type; member
|
| /third_party/openssl/crypto/pkcs12/ |
| H A D | p12_sbag.c | 116 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len) in PKCS12_SAFEBAG_create_secret() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkShaderToSpirV.cpp | 49 EShLanguage getGlslangStage (glu::ShaderType type) in getGlslangStage() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageTransfer.cpp | 294 VkImageType type; in createTransferQueueImageTests() member
|