Searched refs:crypt_kop (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/opencrypto/
H A Dcryptodev.h203 struct crypt_kop { struct
237 #define CIOCKEY _IOWR('c', 104, struct crypt_kop)
240 #define CIOCKEY2 _IOWR('c', 107, struct crypt_kop)
H A Dcryptodev.c228 crypt_kop_from_32(const struct crypt_kop32 *from, struct crypt_kop *to)
242 crypt_kop_to_32(const struct crypt_kop *from, struct crypt_kop32 *to)
319 static int cryptodev_key(struct crypt_kop *);
378 struct crypt_kop *kop;
385 struct crypt_kop kopc;
605 kop = (struct crypt_kop *)data;
837 cryptodev_key(struct crypt_kop *kop)
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c101 static void zapparams(struct crypt_kop *kop);
102 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r,
707 static void zapparams(struct crypt_kop *kop)
720 cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, int slen,
755 struct crypt_kop kop;
809 struct crypt_kop kop;
909 struct crypt_kop kop;
957 struct crypt_kop kop;
1021 struct crypt_kop kop;
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptokeytest.c128 struct crypt_kop kop;

Completed in 152 milliseconds