| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_extra_test2.c | 2142 static const unsigned char dsa_key[] = { variable 3113 const unsigned char *pkeydata = dsa_key; 3115 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), 3129 const unsigned char *pkeydata = dsa_key; 3148 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key),
|
| evp_extra_test2.c | 2142 static const unsigned char dsa_key[] = { variable 3113 const unsigned char *pkeydata = dsa_key; 3115 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), 3129 const unsigned char *pkeydata = dsa_key; 3148 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key),
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_extra_test2.c | 746 static const unsigned char dsa_key[] = { variable 937 const unsigned char *pkeydata = dsa_key; 939 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), 953 const unsigned char *pkeydata = dsa_key; 972 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key),
|
| evp_extra_test2.c | 746 static const unsigned char dsa_key[] = { variable 937 const unsigned char *pkeydata = dsa_key; 939 ret = TEST_ptr(key = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key), 953 const unsigned char *pkeydata = dsa_key; 972 if (!TEST_ptr(pkey = d2i_AutoPrivateKey_ex(NULL, &pkeydata, sizeof(dsa_key),
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| speed.c | 2667 EVP_PKEY *dsa_key = NULL; local 2673 st = (dsa_key = get_dsa(dsa_bits[testnum])) != NULL; 2676 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 2709 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 2742 EVP_PKEY_free(dsa_key);
|
| speed.c | 2667 EVP_PKEY *dsa_key = NULL; local 2673 st = (dsa_key = get_dsa(dsa_bits[testnum])) != NULL; 2676 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 2709 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 2742 EVP_PKEY_free(dsa_key);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| speed.c | 617 DSA *dsa_key[DSA_NUM]; member in struct:loopargs_st 1096 DSA **dsa_key = tempargs->dsa_key; local 1100 ret = DSA_sign(0, buf, 20, buf2, siglen, dsa_key[testnum]); 1116 DSA **dsa_key = tempargs->dsa_key; local 1120 ret = DSA_verify(0, buf, 20, buf2, siglen, dsa_key[testnum]); 1873 loopargs[i].dsa_key[0] = get_dsa(512); 1874 loopargs[i].dsa_key[1] = get_dsa(1024); 1875 loopargs[i].dsa_key[2] = get_dsa(2048) [all...] |
| speed.c | 617 DSA *dsa_key[DSA_NUM]; member in struct:loopargs_st 1096 DSA **dsa_key = tempargs->dsa_key; local 1100 ret = DSA_sign(0, buf, 20, buf2, siglen, dsa_key[testnum]); 1116 DSA **dsa_key = tempargs->dsa_key; local 1120 ret = DSA_verify(0, buf, 20, buf2, siglen, dsa_key[testnum]); 1873 loopargs[i].dsa_key[0] = get_dsa(512); 1874 loopargs[i].dsa_key[1] = get_dsa(1024); 1875 loopargs[i].dsa_key[2] = get_dsa(2048) [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| speed.c | 3446 EVP_PKEY *dsa_key = NULL; local 3452 st = (dsa_key = get_dsa(dsa_bits[testnum])) != NULL; 3455 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 3487 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 3520 EVP_PKEY_free(dsa_key);
|
| speed.c | 3446 EVP_PKEY *dsa_key = NULL; local 3452 st = (dsa_key = get_dsa(dsa_bits[testnum])) != NULL; 3455 loopargs[i].dsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 3487 loopargs[i].dsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(dsa_key, 3520 EVP_PKEY_free(dsa_key);
|