Lines Matching refs:type
68 #define MD_INFO(type, out_size, block_size) type, out_size, block_size, argument
70 #define MD_INFO(type, out_size, block_size) type, out_size, argument
194 switch (info->type) { in psa_alg_of_md()
273 switch (ctx->md_info->type) { in mbedtls_md_free()
358 switch (src->md_info->type) { in mbedtls_md_clone()
409 #define ALLOC(type) \ argument
411 ctx->md_ctx = mbedtls_calloc(1, sizeof(mbedtls_##type##_context)); \
414 mbedtls_##type##_init(ctx->md_ctx); \
448 switch (md_info->type) { in mbedtls_md_setup()
527 switch (ctx->md_info->type) { in mbedtls_md_starts()
586 switch (ctx->md_info->type) { in mbedtls_md_update()
644 switch (ctx->md_info->type) { in mbedtls_md_finish()
702 switch (md_info->type) { in mbedtls_md()
761 return md_info->type; in mbedtls_md_get_type()
901 entry->md_type != md_info->type) { in mbedtls_md_get_name()