Whether the specified algorithm is a stream cipher. A stream cipher is a symmetric cipher that encrypts or decrypts messages by applying a bitwise-xor with a stream of bytes that is generated from a key.
An algorithm identifier (value of type #psa_algorithm_t).
Return value
1 if \p alg is a stream cipher algorithm, 0 otherwise. This macro may return either 0 or 1 if \p alg is not a supported algorithm identifier or if it is not a symmetric cipher algorithm.