Searched refs:crypt_kop (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssl/crypto/engine/ |
| HD | eng_cryptodev.c | 104 static void zapparams(struct crypt_kop *kop); 105 static int cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, 1062 static void zapparams(struct crypt_kop *kop) in zapparams() 1075 cryptodev_asym(struct crypt_kop *kop, int rlen, BIGNUM *r, int slen, in cryptodev_asym() 1110 struct crypt_kop kop; in cryptodev_bn_mod_exp() 1165 struct crypt_kop kop; in cryptodev_rsa_mod_exp() 1265 struct crypt_kop kop; in cryptodev_dsa_do_sign() 1316 struct crypt_kop kop; in cryptodev_dsa_verify() 1380 struct crypt_kop kop; in cryptodev_dh_compute_key()
|
| /NextBSD/sys/opencrypto/ |
| HD | cryptodev.h | 280 struct crypt_kop { struct 314 #define CIOCKEY _IOWR('c', 104, struct crypt_kop) 317 #define CIOCKEY2 _IOWR('c', 107, struct crypt_kop)
|
| HD | cryptodev.c | 240 crypt_kop_from_32(const struct crypt_kop32 *from, struct crypt_kop *to) in crypt_kop_from_32() 254 crypt_kop_to_32(const struct crypt_kop *from, struct crypt_kop32 *to) in crypt_kop_to_32() 331 static int cryptodev_key(struct crypt_kop *); 379 struct crypt_kop *kop; in cryptof_ioctl() 386 struct crypt_kop kopc; in cryptof_ioctl() 638 kop = (struct crypt_kop *)data; in cryptof_ioctl() 1046 cryptodev_key(struct crypt_kop *kop) in cryptodev_key()
|
| /NextBSD/tools/tools/crypto/ |
| HD | cryptokeytest.c | 128 struct crypt_kop kop; in UB_mod_exp()
|