Lines Matching refs:raw
18 - public/private key allocation and raw key handling functions
88 a raw key, otherwise the duplication will fail.
97 string for a public key algorithm that supports raw private keys, i.e one of
98 "X25519", "ED25519", "X448" or "ED448". I<key> points to the raw private key
109 algorithm that supports raw private keys, i.e. one of B<EVP_PKEY_X25519>,
119 EVP_PKEY_new_raw_private_key_ex() except that I<key> points to the raw
121 private key information. Algorithm types that support raw public keys are
125 EVP_PKEY_new_raw_private_key() except that I<key> points to the raw public key
127 information. Algorithm types that support raw public keys are
133 EVP_PKEY_get_raw_private_key() fills the buffer provided by I<priv> with raw
139 key data. This function only works for algorithms that support raw private keys.
143 EVP_PKEY_get_raw_public_key() fills the buffer provided by I<pub> with raw
149 key data. This function only works for algorithms that support raw public keys.
155 raw private key data, it also takes a cipher algorithm to be used during