Searched refs:cipher_algorithm (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | crypto.h | 48 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;
|
D | cbc.h | 25 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 = { \
|
D | aes.h | 6 struct cipher_algorithm; 24 extern struct cipher_algorithm aes_algorithm; 25 extern struct cipher_algorithm aes_cbc_algorithm;
|
D | arc4.h | 6 struct cipher_algorithm; 17 extern struct cipher_algorithm arc4_algorithm;
|
D | tls.h | 98 struct cipher_algorithm *cipher;
|
/external/syslinux/gpxe/src/crypto/ |
D | cbc.c | 62 struct cipher_algorithm *raw_cipher, void *cbc_ctx ) { in cbc_encrypt() 88 struct cipher_algorithm *raw_cipher, void *cbc_ctx ) { in cbc_decrypt()
|
D | crypto_null.c | 74 struct cipher_algorithm cipher_null = {
|
D | axtls_aes.c | 146 struct cipher_algorithm aes_algorithm = {
|
D | arc4.c | 123 struct cipher_algorithm arc4_algorithm = {
|
/external/libchrome/crypto/ |
D | symmetric_key_nss.cc | 74 SECOidTag cipher_algorithm = in DeriveKeyFromPassword() local 77 cipher_algorithm, in DeriveKeyFromPassword()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 1053 const char* cipher_algorithm; member
|
/external/syslinux/gpxe/src/net/ |
D | tls.c | 433 struct cipher_algorithm *cipher, in tls_set_cipher() 479 struct cipher_algorithm *cipher = &cipher_null; in tls_select_cipher()
|