OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kExampleRSAKeyDER
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
evp_extra_test2.c
43
*
kExampleRSAKeyDER
is an RSA private key in ASN.1, DER format. Of course, you
46
static const unsigned char
kExampleRSAKeyDER
[] = {
658
* kExampleRSAKeyPKCS8 is
kExampleRSAKeyDER
encoded in a PKCS #8
1507
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), EVP_PKEY_RSA },
1829
const unsigned char *pdata =
kExampleRSAKeyDER
;
1830
int pdata_len = sizeof(
kExampleRSAKeyDER
);
evp_extra_test.c
56
*
kExampleRSAKeyDER
is an RSA private key in ASN.1, DER format. Of course, you
59
static const unsigned char
kExampleRSAKeyDER
[] = {
462
* kExampleRSAKeyPKCS8 is
kExampleRSAKeyDER
encoded in a PKCS#8 v1
522
* kExampleRSAKeyPKCS8 is
kExampleRSAKeyDER
encoded in a PKCS#8 v2
858
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), "RSA", EVP_PKEY_RSA },
873
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), "RSA", EVP_PKEY_RSA, 1, 1, 1,
911
return load_example_key("RSA",
kExampleRSAKeyDER
,
912
sizeof(
kExampleRSAKeyDER
));
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
evp_extra_test2.c
35
*
kExampleRSAKeyDER
is an RSA private key in ASN.1, DER format. Of course, you
38
static const unsigned char
kExampleRSAKeyDER
[] = {
93
* kExampleRSAKeyPKCS8 is
kExampleRSAKeyDER
encoded in a PKCS #8
249
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), EVP_PKEY_RSA},
435
const unsigned char *pdata =
kExampleRSAKeyDER
;
436
int pdata_len = sizeof(
kExampleRSAKeyDER
);
evp_extra_test.c
52
*
kExampleRSAKeyDER
is an RSA private key in ASN.1, DER format. Of course, you
55
static const unsigned char
kExampleRSAKeyDER
[] = {
279
* kExampleRSAKeyPKCS8 is
kExampleRSAKeyDER
encoded in a PKCS #8
576
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), "RSA", EVP_PKEY_RSA},
584
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), "RSA", EVP_PKEY_RSA, 1, 1, 1,
621
return load_example_key("RSA",
kExampleRSAKeyDER
,
622
sizeof(
kExampleRSAKeyDER
));
1834
/* This uses
kExampleRSAKeyDER
and kExampleRSAKeyPKCS8 to verify encoding *
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/test/
evp_extra_test.c
29
*
kExampleRSAKeyDER
is an RSA private key in ASN.1, DER format. Of course, you
32
static const unsigned char
kExampleRSAKeyDER
[] = {
199
* kExampleRSAKeyPKCS8 is
kExampleRSAKeyDER
encoded in a PKCS #8
914
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), EVP_PKEY_RSA},
922
{
kExampleRSAKeyDER
, sizeof(
kExampleRSAKeyDER
), EVP_PKEY_RSA, 1, -2, -2, 0},
936
const unsigned char *derp =
kExampleRSAKeyDER
;
940
if (!TEST_true(d2i_RSAPrivateKey(&rsa, &derp, sizeof(
kExampleRSAKeyDER
))))
Completed in 35 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026