Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/fuzz/
H A Dml-kem.c531 struct op_table_entry { struct
533 char *name;
536 char *desc;
546 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
572 static struct op_table_entry ops[] = { argument
H A Dml-dsa.c546 struct op_table_entry { struct
548 char *name;
551 char *desc;
561 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
587 static struct op_table_entry ops[] = { argument
H A Dslh-dsa.c487 struct op_table_entry { struct
489 char *name;
499 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
525 static struct op_table_entry ops[] = { argument
/freebsd/sys/cam/scsi/
H A Dscsi_all.h3788 struct op_table_entry { struct
3797 struct op_table_entry *op_table; argument