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

  /external/libchrome/crypto/
symmetric_key_nss.cc 74 SECOidTag cipher_algorithm = local
77 cipher_algorithm,
  /external/syslinux/gpxe/src/include/gpxe/
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;
  /external/libmicrohttpd/src/include/
microhttpd.h 1053 const char* cipher_algorithm; member in union:MHD_ConnectionInfo
    [all...]

Completed in 383 milliseconds