Searched refs:keytypes (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man7/ |
H A D | EVP_PKEY-X25519.pod | 11 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 D | EVP_PKEY-HMAC.pod | 7 - EVP_PKEY legacy MAC keytypes and algorithm support 24 All the B<MAC> keytypes support the following parameters.
|
H A D | EVP_PKEY-RSA.pod | 18 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 D | EVP_PKEY-FFC.pod | 14 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 D | EVP_PKEY-DH.pod | 28 In addition to the common FFC parameters that all FFC keytypes should support
|
/openssl/crypto/evp/ |
H A D | signature.c | 550 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 D | eddsa_sig.c | 777 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 D | dsa_sig.c | 930 static const char *keytypes[] = { "DSA", NULL }; in dsa_sigalg_query_key_types() local 932 return keytypes; in dsa_sigalg_query_key_types()
|
H A D | ecdsa_sig.c | 948 static const char *keytypes[] = { "EC", NULL }; in ecdsa_sigalg_query_key_types() local 950 return keytypes; in ecdsa_sigalg_query_key_types()
|
H A D | rsa_sig.c | 1966 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 D | conf_def.c | 895 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