Searched refs:setiv (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Dcrypto.h68 void ( * setiv ) ( void *ctx, const void *iv ); member in struct:cipher_algorithm
123 cipher->setiv ( ctx, iv );
H A Dcbc.h95 .setiv = _cbc_name ## _setiv, \
/external/syslinux/gpxe/src/crypto/
H A Dcrypto_null.c79 .setiv = cipher_null_setiv,
H A Darc4.c37 * to the key; ARC4 does not implement the @c setiv function because
128 .setiv = arc4_setiv,
H A Daxtls_aes.c151 .setiv = aes_setiv,

Completed in 180 milliseconds