Home
last modified time | relevance | path

Searched refs:malloc_and_init (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dlibcrux_mlkem768_sha3.h553 static inline char *malloc_and_init(size_t sz, char *init) { in malloc_and_init() function
560 ((t_dst)(malloc_and_init(sizeof(t), (char *)(&init))))
563 ((t_dst)(malloc_and_init(len * sizeof(t), (char *)(ptr))))