Searched defs:rsa (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/system/rsabigexponent/
H A Dbigkey.c118 #include <openssl/rsa.h>
136 RSA *rsa; variable
155 rsa = RSA_new();
159 if ((rsa == NULL) || (e == NULL) || (pkey == NULL) ||
160 !EVP_PKEY_set1_RSA(pkey, rsa)) {
169 if (RSA_generate_key_ex(rsa, bits, e, NULL)) {
171 RSA_free(rsa);
/bind-9.11.3/lib/dns/
H A Dopensslrsa_link.c43 #include <openssl/rsa.h>
82 #define SET_FLAGS(rsa) \
84 (rsa)->flags &= ~(RSA_FLAG_CACHE_PUBLIC | RSA_FLAG_CACHE_PRIVATE); \
85 (rsa)->flags |= RSA_FLAG_BLINDING; \
88 #define SET_FLAGS(rsa) \
90 (rsa)->flags |= RSA_FLAG_BLINDING; \
96 #define SET_FLAGS(rsa) \
98 (rsa)->flags &= ~(RSA_FLAG_CACHE_PUBLIC | RSA_FLAG_CACHE_PRIVATE); \
99 (rsa)->flags &= ~RSA_FLAG_BLINDING; \
103 #define SET_FLAGS(rsa) \
557 RSA *rsa = key->keydata.rsa; local
706 RSA *rsa; local
713 RSA *rsa = key->keydata.rsa; local
977 RSA *rsa = RSA_new(); local
1116 RSA *rsa = EVP_PKEY_get1_RSA(key->keydata.pkey); local
1121 RSA *rsa = key->keydata.rsa; local
1148 RSA *rsa; local
1209 RSA *rsa; local
1286 RSA *rsa; local
1419 rsa_check(RSA *rsa, RSA *pub) argument
1461 RSA *rsa = NULL, *pubrsa = NULL; local
1674 RSA *rsa = NULL, *pubrsa = NULL; local
[all...]
H A Dpkcs11rsa_link.c75 pk11_object_t *rsa; local
120 rsa = key->keydata.pkey;
127 if (rsa->ontoken)
128 slotid = rsa->slot;
132 rsa->reqlogon, NULL, slotid);
136 if (rsa->ontoken && (rsa->object != CK_INVALID_HANDLE)) {
137 pk11_ctx->ontoken = rsa->ontoken;
138 pk11_ctx->object = rsa->object;
142 for (attr = pk11_attribute_first(rsa);
311 pk11_object_t *rsa; local
586 pk11_object_t *rsa = key->keydata.pkey; local
741 pk11_object_t *rsa = key->keydata.pkey; local
993 pk11_object_t *rsa = key->keydata.pkey; local
1196 pk11_object_t *rsa; local
1334 pk11_object_t *rsa = key->keydata.pkey; local
1345 pk11_object_t *rsa = key->keydata.pkey; local
1389 pk11_object_t *rsa; local
1443 pk11_object_t *rsa; local
1544 pk11_object_t *rsa; local
1713 pk11_object_t *rsa; local
1816 rsa_check(pk11_object_t *rsa, pk11_object_t *pubrsa) argument
1883 pk11_object_t *rsa; local
2066 pk11_object_t *rsa; local
[all...]
H A Ddst_internal.h58 #include <openssl/rsa.h>
115 RSA *rsa; member in union:dst_key::__anon106

Completed in 12 milliseconds