Searched refs:SHA2_384 (Results 1 – 12 of 12) sorted by relevance
39 case SHA2_384: in state_length()58 case SHA2_384: in state_length()
71 case SHA2_384: in esp_sha512_set_mode()120 ctx->mode = SHA2_384; in mbedtls_sha512_starts()281 if (ctx->mode == SHA2_384) { in mbedtls_sha512_finish()
38 case SHA2_384: in block_length()
70 case SHA2_384: in esp_sha512_set_mode()117 ctx->mode = SHA2_384; in mbedtls_sha512_starts()284 if (ctx->mode == SHA2_384) { in mbedtls_sha512_finish()
98 case SHA2_384: in block_length()
41 SHA2_384, enumerator
37 SHA2_384, enumerator
28 SHA2_384, enumerator
134 if (sha_type == SHA2_384 || sha_type == SHA2_512) { in sha_ll_read_digest()
72 if (sha_type == SHA2_384) { in esp_sha()
74 case SHA2_384: in block_length()
45 return ctx->is384 ? SHA2_384 : SHA2_512; in sha_type()