Home
last modified time | relevance | path

Searched refs:hash_id (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/objects/
Dobj_xref.c35 ret = (*a)->hash_id - (*b)->hash_id; in sigx_cmp()
61 *pdig_nid = rv->hash_id; in OBJ_find_sigid_algs()
73 tmp.hash_id = dig_nid; in OBJ_find_sigid_by_algs()
111 ntr->hash_id = dig_id; in OBJ_add_sigid()
Dobj_xref.h16 int hash_id; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_build.cc112 auto hash_id = std::hash<std::string>()(path); in CreateSharedMem() local
113 auto key_id = static_cast<key_t>(hash_id); in CreateSharedMem()
261 auto hash_id = std::hash<std::string>()(kernel_name); in AddKernels() local
262 if (self_kernel_ids_.count(hash_id) != 0) { in AddKernels()
267 (void)self_kernel_ids_.emplace(hash_id); in AddKernels()
445 auto hash_id = std::hash<std::string>()(kernel_name); in GetKernelJsonsByHashId() local
446 if (fetched_ids.count(hash_id) == 0) { in GetKernelJsonsByHashId()
Dakg_kernel_json_generator.cc541 size_t hash_id = std::hash<std::string>()(kernel_json->dump()); in CollectJson() local
543 (void)kernel_name_.append(std::to_string(hash_id)); in CollectJson()
618 size_t hash_id = std::hash<std::string>()(kernel_json->dump()); in CollectFusedJson() local
634 static_cast<void>(kernel_name_.append(std::to_string(hash_id))); in CollectFusedJson()
/third_party/mbedtls/library/
Drsa.c473 ctx->hash_id = MBEDTLS_MD_NONE; in mbedtls_rsa_init()
487 mbedtls_md_type_t hash_id ) in mbedtls_rsa_set_padding() argument
505 ( hash_id != MBEDTLS_MD_NONE ) ) in mbedtls_rsa_set_padding()
509 md_info = mbedtls_md_info_from_type( hash_id ); in mbedtls_rsa_set_padding()
515 ctx->hash_id = hash_id; in mbedtls_rsa_set_padding()
1176 md_info = mbedtls_md_info_from_type( (mbedtls_md_type_t) ctx->hash_id ); in mbedtls_rsa_rsaes_oaep_encrypt()
1358 md_info = mbedtls_md_info_from_type( (mbedtls_md_type_t) ctx->hash_id ); in mbedtls_rsa_rsaes_oaep_decrypt()
1584 md_info = mbedtls_md_info_from_type( (mbedtls_md_type_t) ctx->hash_id ); in rsa_rsassa_pss_sign()
2104 mgf1_hash_id = ( ctx->hash_id != MBEDTLS_MD_NONE ) in mbedtls_rsa_rsassa_pss_verify()
2105 ? (mbedtls_md_type_t) ctx->hash_id in mbedtls_rsa_rsassa_pss_verify()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_fusion.cc82 size_t hash_id = GenFusionJsonHash(fusion_op); in KernelFusion() local
84 …fusion_kernel_name.append("_").append(std::to_string(hash_id)).append("_").append(std::to_string(d… in KernelFusion()
/third_party/mbedtls/include/mbedtls/
Drsa.h121 int MBEDTLS_PRIVATE(hash_id); /*!< Hash identifier of mbedtls_md_type_t type,
183 mbedtls_md_type_t hash_id );
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genrsa.c68 ctx->ctx->MBEDTLS_PRIVATE(hash_id) =
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc229 auto hash_id = somas_json[kHashId]; in VerifySomasResult() local
242 if (hash_id != hash_id_) { in VerifySomasResult()
243 MS_LOG(WARNING) << "Mismatch hash id " << hash_id << " vs " << hash_id_; in VerifySomasResult()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1191 int cipher_type, int hash_id,
1270 md_info = mbedtls_md_info_from_type( hash_id );
1295 ((void) hash_id);
3162 void ssl_crypt_record( int cipher_type, int hash_id,
3184 TEST_ASSERT( build_transforms( &t0, &t1, cipher_type, hash_id,
3295 void ssl_crypt_record_small( int cipher_type, int hash_id,
3340 TEST_ASSERT( build_transforms( &t0, &t1, cipher_type, hash_id,
3461 void ssl_decrypt_non_etm_cbc( int cipher_type, int hash_id, int trunc_hmac,
3497 TEST_ASSERT( build_transforms( &t0, &t1, cipher_type, hash_id,
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc236 size_t hash_id = std::hash<std::string>()(json_str); in GenTbeSingleKernelJson() local
240 json_name_ = op_name + "_" + std::to_string(hash_id) + "_" + std::to_string(device_id); in GenTbeSingleKernelJson()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c297 static void hash_id(struct fuse *f, struct node *node) in hash_id() function
420 hash_id(f, node); in find_node()
3174 hash_id(f, root); in fuse_new()
/third_party/mbedtls/docs/
D3.0-migration-guide.md348 mbedtls_rsa_init(ctx, padding, hash_id);
355 mbedtls_rsa_set_padding(ctx, padding, hash_id);