HomeSort by relevance Sort by last modified time
    Searched refs:setiv (Results 1 - 5 of 5) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
crypto.h 68 void ( * setiv ) ( void *ctx, const void *iv ); member in struct:cipher_algorithm
123 cipher->setiv ( ctx, iv );
cbc.h 95 .setiv = _cbc_name ## _setiv, \
  /external/syslinux/gpxe/src/crypto/
crypto_null.c 79 .setiv = cipher_null_setiv,
arc4.c 37 * to the key; ARC4 does not implement the @c setiv function because
128 .setiv = arc4_setiv,
axtls_aes.c 151 .setiv = aes_setiv,

Completed in 113 milliseconds