Home
last modified time | relevance | path

Searched defs:name_id (Results 26 - 48 of 48) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c48 int name_id; /* For get_evp_method_from_store() */ member
130 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() argument
145 int name_id = 0; in get_evp_method_from_store() local
185 int name_id; put_evp_method_in_store() local
233 int name_id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); construct_evp_method() local
260 inner_evp_generic_fetch(struct evp_method_data_st *methdata, OSSL_PROVIDER *prov, int operation_id, int name_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) inner_evp_generic_fetch() argument
396 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument
423 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument
449 evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_from_prov() argument
653 evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, void (*user_fn)(void *method, void *arg), void *user_arg, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_do_all() argument
[all...]
H A Devp_rand.c26 int name_id; member
115 static void *evp_rand_from_algorithm(int name_id, in evp_rand_from_algorithm() argument
H A Devp_local.h97 int name_id; member
137 int name_id; member
157 int name_id; member
192 int name_id; member
213 int name_id; member
[all...]
H A Ddigest.c934 static void *evp_md_from_algorithm(int name_id, in evp_md_from_algorithm() argument
/third_party/openssl/crypto/evp/
H A Devp_rand.c26 int name_id; member
115 static void *evp_rand_from_algorithm(int name_id, in evp_rand_from_algorithm() argument
H A Ddigest.c934 static void *evp_md_from_algorithm(int name_id, in evp_md_from_algorithm() argument
H A Devp_enc.c1516 static void *evp_cipher_from_algorithm(const int name_id, in evp_cipher_from_algorithm() argument
H A Devp_fetch.c48 int name_id; /* For get_evp_method_from_store() */ member
130 static uint32_t evp_method_id(int name_id, unsigned int operation_id) in evp_method_id() argument
145 int name_id = 0; in get_evp_method_from_store() local
185 int name_id; put_evp_method_in_store() local
233 int name_id = ossl_namemap_add_names(namemap, 0, names, NAME_SEPARATOR); construct_evp_method() local
260 inner_evp_generic_fetch(struct evp_method_data_st *methdata, OSSL_PROVIDER *prov, int operation_id, int name_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) inner_evp_generic_fetch() argument
383 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument
410 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument
436 evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_from_prov() argument
640 evp_generic_do_all(OSSL_LIB_CTX *libctx, int operation_id, void (*user_fn)(void *method, void *arg), void *user_arg, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_do_all() argument
[all...]
H A Devp_local.h97 int name_id; member
137 int name_id; member
157 int name_id; member
192 int name_id; member
213 int name_id; member
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc38 NameEntryId(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) NameEntryId() argument
91 NameEntry(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id, const std::vector<uint8_t>& name_bytes) NameEntry() argument
120 Init(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id, const std::vector<uint8_t>* name_bytes) Init() argument
195 Init(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id, const std::vector<uint8_t>* name_bytes) Init() argument
207 NameEntryFilterInPlace(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) NameEntryFilterInPlace() argument
217 Accept(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) Accept() argument
296 Has(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) Has() argument
306 NameBuilder(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) NameBuilder() argument
321 Remove(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) Remove() argument
486 NameAsBytes(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id, std::vector<uint8_t>* b) NameAsBytes() argument
506 Name(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) Name() argument
528 GetNameEntry(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) GetNameEntry() argument
[all...]
H A Dname_table.h427 int32_t name_id() const { return name_id_; } in name_id() function in sfntly::NameTable::NameEntryId
461 int32_t name_id() const { return name_entry_id_.name_id(); } in name_id() function in sfntly::NameTable::NameEntry
[all...]
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_lnode.h73 uint8_t name_id[8]; member
H A Dt4fw_api_stor.h517 u8 name_id[8]; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp742 const auto name_id = 1; in ValidateExtInstImport() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp742 const auto name_id = 1; in ValidateExtInstImport() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc55 void ConstructName(UChar* name_part, UnicodeString* name, int32_t name_id) { in ConstructName() argument
80 HashCode(int32_t platform_id, int32_t encoding_id, int32_t language_id, int32_t name_id) HashCode() argument
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A Daltera.c234 u32 name_id; in altera_execute() local
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H A Daltera.c234 u32 name_id; in altera_execute() local
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h201 int name_id; member
224 int name_id; member
268 int name_id; member
324 int name_id; member
/third_party/openssl/include/crypto/
H A Devp.h201 int name_id; member
224 int name_id; member
268 int name_id; member
324 int name_id; member
/third_party/spirv-tools/source/val/
H A Dvalidate_extensions.cpp1071 const auto name_id = 1; in ValidateExtInstImport() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout.h744 hb_ot_name_id_t name_id; member
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h517 u8 name_id[8]; member

Completed in 43 milliseconds

12