Searched refs:RSA (Results 1 – 8 of 8) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | rsa.h | 74 # error RSA is disabled. 101 int (*init) (RSA *rsa); 103 int (*finish) (RSA *rsa); 320 RSA *RSA_new(void); 343 void RSA_free(RSA *r); 345 int RSA_up_ref(RSA *r); 347 int RSA_flags(const RSA *r); 394 RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length, 401 RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length, 493 RSA *RSAPublicKey_dup(RSA *rsa); [all …]
|
A D | x509.h | 677 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa); 679 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa); 680 int i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa); 681 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa); 682 int i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa); 716 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa); 718 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa); 719 int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa); 720 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa); 721 int i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa); [all …]
|
A D | ossl_typ.h | 146 typedef struct rsa_st RSA; typedef
|
A D | pem.h | 462 DECLARE_PEM_rw_cb(RSAPrivateKey, RSA) 463 DECLARE_PEM_rw_const(RSAPublicKey, RSA) 464 DECLARE_PEM_rw(RSA_PUBKEY, RSA)
|
A D | ssl.h | 2175 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa); 2271 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa); 2511 RSA *(*cb) (SSL *ssl, int is_export, 2515 RSA *(*cb) (SSL *ssl, int is_export,
|
/optee_test-3.20.0/cert/ |
A D | ca.key | 1 -----BEGIN RSA PRIVATE KEY----- 27 -----END RSA PRIVATE KEY-----
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_crypto_api.h | 3075 static RSA *rsa_from_key_vals(const struct rsa_key_vals *kv) in rsa_from_key_vals() 3080 RSA *key = RSA_new(); in rsa_from_key_vals() 3160 RSA *key = NULL; in rsa_sign_digest() 3216 static bool rsa_verify_pss_digest(ADBG_Case_t *c, const EVP_MD *md, RSA *key, in rsa_verify_pss_digest() 3250 RSA *key = NULL; in rsa_verify_digest()
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_1000.c | 2715 static RSA *att_key; 2756 static int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
|
Completed in 37 milliseconds