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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dn_pkey.c122 int rsalen, pkeylen, olen; local
144 rsalen = i2d_RSAPrivateKey(a, NULL);
150 pkey->private_key->length = rsalen;
171 if ((zz = (unsigned char *)OPENSSL_malloc(rsalen)) == NULL) {
193 OPENSSL_cleanse(pkey->private_key->data, rsalen);

Completed in 96 milliseconds