Home
last modified time | relevance | path

Searched refs:keytypes (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man7/
H A DEVP_PKEY-X25519.pod11 The B<X25519>, B<X448>, B<ED25519> and B<ED448> keytypes are
41 In addition to the common parameters that all keytypes should support (see
42 L<provider-keymgmt(7)/Common parameters>), the implementation of these keytypes
H A DEVP_PKEY-HMAC.pod7 - EVP_PKEY legacy MAC keytypes and algorithm support
24 All the B<MAC> keytypes support the following parameters.
H A DEVP_PKEY-RSA.pod18 In addition to the common parameters that all keytypes should support (see
225 =for comment RSA-PSS, and probably also RSA-OAEP, need separate keytypes,
226 and will be described in separate pages for those RSA keytypes.
H A DEVP_PKEY-FFC.pod14 The B<DSA>, B<DH> and B<DHX> keytypes are implemented in OpenSSL's default and
35 In addition to the common parameters that all keytypes should support (see
H A DEVP_PKEY-DH.pod28 In addition to the common FFC parameters that all FFC keytypes should support
/openssl/crypto/evp/
H A Dsignature.c550 const char **keytypes; in evp_pkey_signature_init() local
552 keytypes = signature->query_key_types(); in evp_pkey_signature_init()
553 for (; *keytypes != NULL; keytypes++) in evp_pkey_signature_init()
554 if (EVP_PKEY_CTX_is_a(ctx, *keytypes)) in evp_pkey_signature_init()
556 if (*keytypes == NULL) { in evp_pkey_signature_init()
/openssl/providers/implementations/signature/
H A Deddsa_sig.c777 static const char *keytypes[] = { "ED25519", NULL }; in ed25519_sigalg_query_key_types() local
779 return keytypes; in ed25519_sigalg_query_key_types()
784 static const char *keytypes[] = { "ED448", NULL }; in ed448_sigalg_query_key_types() local
786 return keytypes; in ed448_sigalg_query_key_types()
H A Ddsa_sig.c930 static const char *keytypes[] = { "DSA", NULL }; in dsa_sigalg_query_key_types() local
932 return keytypes; in dsa_sigalg_query_key_types()
H A Decdsa_sig.c948 static const char *keytypes[] = { "EC", NULL }; in ecdsa_sigalg_query_key_types() local
950 return keytypes; in ecdsa_sigalg_query_key_types()
H A Drsa_sig.c1966 static const char *keytypes[] = { "RSA", NULL }; in rsa_sigalg_query_key_types() local
1968 return keytypes; in rsa_sigalg_query_key_types()
/openssl/crypto/conf/
H A Dconf_def.c895 const unsigned short *keytypes = (const unsigned short *) conf->meth_data; in is_keytype() local
914 return (keytypes[key] & type) ? 1 : 0; in is_keytype()

Completed in 34 milliseconds