Lines Matching full:raw
153 \&\- public/private key allocation and raw key handling functions
223 a raw key, otherwise the duplication will fail.
232 string for a public key algorithm that supports raw private keys, i.e one of
233 …1ED25519\*(R", \*(L"X448\*(R"\s0 or \*(L"\s-1ED448\*(R".\s0 \fIkey\fR points to the raw private key
244 algorithm that supports raw private keys, i.e. one of \fB\s-1EVP_PKEY_X25519\s0\fR,
254 \&\fBEVP_PKEY_new_raw_private_key_ex()\fR except that \fIkey\fR points to the raw
256 private key information. Algorithm types that support raw public keys are
260 \&\fBEVP_PKEY_new_raw_private_key()\fR except that \fIkey\fR points to the raw public key
262 information. Algorithm types that support raw public keys are
268 \&\fBEVP_PKEY_get_raw_private_key()\fR fills the buffer provided by \fIpriv\fR with raw
274 key data. This function only works for algorithms that support raw private keys.
278 \&\fBEVP_PKEY_get_raw_public_key()\fR fills the buffer provided by \fIpub\fR with raw
284 key data. This function only works for algorithms that support raw public keys.