Searched refs:csigbuf (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssl/engines/
H A De_capi.c978 unsigned char csigbuf[40]; local
1011 slen = sizeof(csigbuf);
1012 if (!CryptSignHash(hash, capi_key->keyspec, NULL, 0, csigbuf, &slen)) {
1024 if (!lend_tobn(ret->r, csigbuf, 20)
1025 || !lend_tobn(ret->s, csigbuf + 20, 20)) {
1035 OPENSSL_cleanse(csigbuf, 40);

Completed in 112 milliseconds