Home
last modified time | relevance | path

Searched defs:cipher_decrypt (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dcrypto.h136 static inline void cipher_decrypt ( struct cipher_algorithm *cipher, in cipher_decrypt() function
141 #define cipher_decrypt( cipher, ctx, src, dst, len ) do { \ macro