Home
last modified time | relevance | path

Searched refs:cipher_algorithm (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dcrypto.h48 struct cipher_algorithm { struct
116 static inline int cipher_setkey ( struct cipher_algorithm *cipher, in cipher_setkey()
121 static inline void cipher_setiv ( struct cipher_algorithm *cipher, in cipher_setiv()
126 static inline void cipher_encrypt ( struct cipher_algorithm *cipher, in cipher_encrypt()
136 static inline void cipher_decrypt ( struct cipher_algorithm *cipher, in cipher_decrypt()
146 static inline int is_stream_cipher ( struct cipher_algorithm *cipher ) { in is_stream_cipher()
151 extern struct cipher_algorithm cipher_null;
Dcbc.h25 struct cipher_algorithm *raw_cipher, in cbc_setkey()
40 struct cipher_algorithm *raw_cipher, in cbc_setiv()
46 size_t len, struct cipher_algorithm *raw_cipher,
49 size_t len, struct cipher_algorithm *raw_cipher,
90 struct cipher_algorithm _cbc_cipher = { \
Daes.h6 struct cipher_algorithm;
24 extern struct cipher_algorithm aes_algorithm;
25 extern struct cipher_algorithm aes_cbc_algorithm;
Darc4.h6 struct cipher_algorithm;
17 extern struct cipher_algorithm arc4_algorithm;
Dtls.h98 struct cipher_algorithm *cipher;
/external/syslinux/gpxe/src/crypto/
Dcbc.c62 struct cipher_algorithm *raw_cipher, void *cbc_ctx ) { in cbc_encrypt()
88 struct cipher_algorithm *raw_cipher, void *cbc_ctx ) { in cbc_decrypt()
Dcrypto_null.c74 struct cipher_algorithm cipher_null = {
Daxtls_aes.c146 struct cipher_algorithm aes_algorithm = {
Darc4.c123 struct cipher_algorithm arc4_algorithm = {
/external/libchrome/crypto/
Dsymmetric_key_nss.cc74 SECOidTag cipher_algorithm = in DeriveKeyFromPassword() local
77 cipher_algorithm, in DeriveKeyFromPassword()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h1053 const char* cipher_algorithm; member
/external/syslinux/gpxe/src/net/
Dtls.c433 struct cipher_algorithm *cipher, in tls_set_cipher()
479 struct cipher_algorithm *cipher = &cipher_null; in tls_select_cipher()