Lines Matching refs:SIV
456 EVP_get_cipherbyname() will return NULL for algorithms such as "AES-128-SIV",
891 by AES SIV ciphers which disallow multiple operations by default.
1375 =head2 SIV Mode
1377 For SIV mode ciphers the behaviour of the EVP interface is subtly
1393 The API does not store the the SIV (Synthetic Initialization Vector) in
1395 The SIV must be retrieved from the context after encryption, and set into
1399 the cipher input to decryption, does not contain the SIV. This also means
1402 The following ctrls are supported in SIV mode, and are used to get and set
1412 call). For SIV mode the taglen must be 16.
1419 calls). For SIV mode the taglen must be 16.
1423 SIV mode makes two passes over the input data, thus, only one call to