Lines Matching defs:cipher
2446 status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) suite->cipher,
2452 const mbedtls_cipher_info_t *cipher =
2453 mbedtls_cipher_info_from_type((mbedtls_cipher_type_t) suite->cipher);
2454 if (cipher != NULL) {
2457 mbedtls_cipher_info_get_mode(cipher));
8868 if ((status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) ciphersuite_info->cipher,
8878 cipher_info = mbedtls_cipher_info_from_type((mbedtls_cipher_type_t) ciphersuite_info->cipher);
8880 MBEDTLS_SSL_DEBUG_MSG(1, ("cipher info for %u not found",
8881 ciphersuite_info->cipher));
9059 * Finally setup the cipher contexts, IVs and MAC secrets.