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.c530 struct op_table_entry { struct
532 char *name;
535 char *desc;
545 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
571 static struct op_table_entry ops[] = { argument
H A Dml-dsa.c545 struct op_table_entry { struct
547 char *name;
550 char *desc;
560 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
586 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.h3768 struct op_table_entry { struct
3777 struct op_table_entry *op_table; argument