Searched refs:fop (Results 1 – 1 of 1) sorted by relevance
432 struct crypt_find_op fop; in prepare_cipher_methods() local507 fop.crid = sess.crid; in prepare_cipher_methods()508 if (ioctl(cfd, CIOCFINDDEV, &fop) == 0) { in prepare_cipher_methods()510 OPENSSL_strndup(fop.name, sizeof(fop.name)); in prepare_cipher_methods()
Completed in 6 milliseconds