Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_meth.c245 (int dtype, const unsigned char *m, in RSA_meth_get_verify()
253 int (*verify) (int dtype, const unsigned char *m, in RSA_meth_set_verify()
H A Drsa_saos.c57 int RSA_verify_ASN1_OCTET_STRING(int dtype, in RSA_verify_ASN1_OCTET_STRING() argument
H A Drsa_local.h136 int (*rsa_verify) (int dtype, const unsigned char *m,
/openssl/include/crypto/
H A Drsa.h112 int ossl_rsa_verify(int dtype, const unsigned char *m,
/openssl/include/openssl/
H A Drsa.h580 int (*RSA_meth_get_verify(const RSA_METHOD *meth)) (int dtype,
588 int (*verify) (int dtype, const unsigned char *m,
/openssl/doc/man3/
H A DRSA_meth_new.pod103 int (*RSA_meth_get_verify(const RSA_METHOD *meth))(int dtype, const unsigned char *m,
108 int (*verify)(int dtype, const unsigned char *m,
H A DRSA_set_method.pod135 int (*rsa_verify)(int dtype,
/openssl/engines/
H A De_capi.c128 static int capi_rsa_sign(int dtype, const unsigned char *m,
849 int capi_rsa_sign(int dtype, const unsigned char *m, unsigned int m_len, in capi_rsa_sign() argument
870 switch (dtype) { in capi_rsa_sign()
897 BIO_snprintf(algstr, 10, "%x", dtype); in capi_rsa_sign()

Completed in 41 milliseconds