qcrypto_cipher_blocksize()
QNX SDP8.0QNX OS System Security GuideAPIConfiguration
Retrieve the cipher blocksize
Synopsis:
#include <qcrypto/qcrypto.h>
size_t qcrypto_cipher_blocksize(qcrypto_ctx_t *ctx)
Arguments:
- ctx
- The algorithm context object.
Library:
libqcryptoDescription:
Use the value that this function returns to determine if the desired cipher algorithm requires the input data to be padded.
Returns:
The cipher blocksize in bytes.
Page updated: