HomeSort by relevance Sort by last modified time
    Searched full:cipher_setkey (Results 1 - 7 of 7) sorted by null

  /external/syslinux/gpxe/src/crypto/
aes_wrap.c 48 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 );
94 cipher_setkey ( &aes_algorithm, aes_ctx, kek, 16 );
  /external/syslinux/gpxe/src/include/gpxe/
cbc.h 28 return cipher_setkey ( raw_cipher, ctx, key, keylen );
crypto.h 116 static inline int cipher_setkey ( struct cipher_algorithm *cipher, function
  /external/syslinux/gpxe/src/net/80211/
wep.c 143 cipher_setkey ( &arc4_algorithm, &ctx->arc4, ctx->key,
191 cipher_setkey ( &arc4_algorithm, &ctx->arc4, ctx->key,
wpa_tkip.c 413 cipher_setkey ( &arc4_algorithm, &arc4, key, 16 );
492 cipher_setkey ( &arc4_algorithm, &arc4, key, 16 );
wpa_ccmp.c 165 cipher_setkey ( &aes_algorithm, ctx->aes_ctx, key, keylen );
  /external/syslinux/gpxe/src/net/
tls.c 358 if ( ( rc = cipher_setkey ( tx_cipherspec->cipher,
370 if ( ( rc = cipher_setkey ( rx_cipherspec->cipher,
    [all...]

Completed in 123 milliseconds