Searched refs:hash_id (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/objects/ |
D | obj_xref.c | 35 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()
|
D | obj_xref.h | 16 int hash_id; member
|
/third_party/mbedtls/library/ |
D | rsa.c | 473 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/mbedtls/include/mbedtls/ |
D | rsa.h | 121 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/ |
D | lws-genrsa.c | 68 ctx->ctx->MBEDTLS_PRIVATE(hash_id) =
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ssl.function | 1191 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/ntfs-3g/libfuse-lite/ |
D | fuse.c | 297 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/libfuse/lib/ |
D | fuse.c | 674 static void hash_id(struct fuse *f, struct node *node) in hash_id() function 892 hash_id(f, node); in find_node() 5007 hash_id(f, root); in fuse_new_31()
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 348 mbedtls_rsa_init(ctx, padding, hash_id); 355 mbedtls_rsa_set_padding(ctx, padding, hash_id);
|