Searched refs:br_ghash_pclmul (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/hash/
H A Dghash_pclmul.c52 return pclmul_supported() ? &br_ghash_pclmul : 0;
233 br_ghash_pclmul(void *y, const void *h, const void *data, size_t len) function
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_hash.h1302 void br_ghash_pclmul(void *y, const void *h, const void *data, size_t len);
1310 * `br_ghash_pclmul()` function. Otherwise, it will return `0`.

Completed in 100 milliseconds