C# 클래스 Crimson.CryptoDev.Helper

파일 보기 프로젝트 열기: mono/crimson

공개 메소드들

메소드 설명
IsAvailable ( Cipher algo ) : bool
IsCryptoDev ( Cipher algo ) : bool
IsOcf ( Cipher algo ) : bool

비공개 메소드들

메소드 설명
CloseSession ( UInt32 &session ) : int
CryptOp ( Crimson.CryptoDev.Crypt &crypt ) : int
Helper ( ) : System
Is ( Cipher algo, KernelMode mode ) : bool
SessionOp ( Crimson.CryptoDev.Session &session ) : int
close ( int filedes ) : int
ioctl32 ( int fd, int request, Crimson.CryptoDev.Crypt &crypt ) : int
ioctl32 ( int fdc, int request, Crimson.CryptoDev.Session &session ) : int
ioctl32 ( int fdc, int request, UInt32 &session ) : int
ioctl32 ( int fd, int request, int &fdc ) : int
ioctl64 ( int fd, ulong request, Crimson.CryptoDev.Crypt &crypt ) : int
ioctl64 ( int fdc, ulong request, Crimson.CryptoDev.Session &session ) : int
ioctl64 ( int fdc, ulong request, UInt32 &session ) : int
ioctl64 ( int fd, ulong request, int &fdc ) : int
open ( string path, int oflag ) : int

메소드 상세

IsAvailable() 공개 정적인 메소드

public static IsAvailable ( Cipher algo ) : bool
algo Cipher
리턴 bool

IsCryptoDev() 공개 정적인 메소드

public static IsCryptoDev ( Cipher algo ) : bool
algo Cipher
리턴 bool

IsOcf() 공개 정적인 메소드

public static IsOcf ( Cipher algo ) : bool
algo Cipher
리턴 bool