Lines Matching +full:native +full:- +full:mode
5 EVP_PKEY - an internal description
32 internal key in the B<EVP_PKEY> is a pointer to the low-level key
43 =item provider-native origin
46 key data (see L<provider-keymgmt(7)>). The internal key in the
57 These two forms can never co-exist in the same B<EVP_PKEY>, the main
73 Internal provider native keys are also possible to be modified, if the
87 It's possible to flip the ECDH cofactor mode.
95 For provider native origin keys, this doesn't require any help from
101 of OpenSSL's built-in L<EVP_PKEY_ASN1_METHOD(3)> implement this
123 "provider native origin".>
130 For a provider native origin, this requires that the associated
132 (see L<provider-keymgmt(7)>).
175 For provider native origin keys, that's done by retrieving the key
188 native origin. Instead, we have the operation cache as described above, that
192 Similarly an B<EVP_PKEY> with a provider native origin, will I<never> be
201 L<provider-keymgmt(7)>
205 Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.