OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cipher_setiv
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
crypto.h
121
static inline void
cipher_setiv
( struct cipher_algorithm *cipher,
function
/external/syslinux/gpxe/src/net/
tls.c
382
cipher_setiv
( tx_cipherspec->cipher, tx_cipherspec->cipher_ctx, key );
388
cipher_setiv
( rx_cipherspec->cipher, rx_cipherspec->cipher_ctx, key );
[
all
...]
Completed in 163 milliseconds