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

  /external/syslinux/gpxe/src/include/gpxe/
aes.h 6 struct cipher_algorithm;
24 extern struct cipher_algorithm aes_algorithm;
25 extern struct cipher_algorithm aes_cbc_algorithm;
arc4.h 6 struct cipher_algorithm;
17 extern struct cipher_algorithm arc4_algorithm;
crypto.h 48 struct cipher_algorithm { struct
116 static inline int cipher_setkey ( struct cipher_algorithm *cipher,
121 static inline void cipher_setiv ( struct cipher_algorithm *cipher,
126 static inline void cipher_encrypt ( struct cipher_algorithm *cipher,
136 static inline void cipher_decrypt ( struct cipher_algorithm *cipher,
146 static inline int is_stream_cipher ( struct cipher_algorithm *cipher ) {
151 extern struct cipher_algorithm cipher_null;
cbc.h 25 struct cipher_algorithm *raw_cipher,
40 struct cipher_algorithm *raw_cipher,
46 size_t len, struct cipher_algorithm *raw_cipher,
49 size_t len, struct cipher_algorithm *raw_cipher,
90 struct cipher_algorithm _cbc_cipher = { \
tls.h 98 struct cipher_algorithm *cipher;
  /external/syslinux/gpxe/src/crypto/
cbc.c 62 struct cipher_algorithm *raw_cipher, void *cbc_ctx ) {
88 struct cipher_algorithm *raw_cipher, void *cbc_ctx ) {
crypto_null.c 74 struct cipher_algorithm cipher_null = {
arc4.c 123 struct cipher_algorithm arc4_algorithm = {
axtls_aes.c 146 struct cipher_algorithm aes_algorithm = {
  /external/libmicrohttpd/src/include/
microhttpd.h 1053 const char* cipher_algorithm; member in union:MHD_ConnectionInfo
    [all...]
  /external/syslinux/gpxe/src/net/
tls.c 433 struct cipher_algorithm *cipher,
479 struct cipher_algorithm *cipher = &cipher_null;
    [all...]

Completed in 303 milliseconds