Found 10 other functions taking a
mbedtls_cipher_info_t
argument:
This function prepares a cipher context for use with the given cipher primitive.
Retrieve the key size for a cipher info structure.
This function returns the block size of the given cipher info structure in bytes.
This function returns the size of the IV or nonce for the cipher info structure, in bytes.
This function calculates the full generic CMAC on the input buffer with the provided key. The function allocates the context, performs the calculation, and frees the context. The CMAC result is calculated as output = generic CMAC(cmac key, input buffer).
Retrieve the identifier for a cipher info structure.
This function returns a non-zero value if the key length for the given cipher is variable.
This function returns a non-zero value if the IV size for the given cipher is variable.
Retrieve the human-readable name for a cipher info structure.