HomeSort by: relevance | last modified time | path
    Searched refs:strnid (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
evp_test.c 2560 char *strnid = NULL, *keydata = NULL; local
2570 strnid = strchr(pp->value, ':');
2571 if (strnid != NULL) {
2572 *strnid++ = '\0';
2573 keydata = strchr(strnid, ':');
2582 nid = OBJ_txt2nid(strnid);
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 3783 char *strnid = NULL, *keydata = NULL; local
3793 strnid = strchr(pp->value, ':');
3794 if (strnid != NULL) {
3795 *strnid++ = '\0';
3796 keydata = strchr(strnid, ':');
3805 nid = OBJ_txt2nid(strnid);
3815 pkey = EVP_PKEY_new_raw_private_key_ex(libctx, strnid, NULL, keybin,
3818 pkey = EVP_PKEY_new_raw_public_key_ex(libctx, strnid, NULL, keybin,
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 5166 char *strnid = NULL, *keydata = NULL; local
5176 strnid = strchr(pp->value, ':');
5177 if (strnid != NULL) {
5178 *strnid++ = '\0';
5179 keydata = strchr(strnid, ':');
5188 nid = OBJ_txt2nid(strnid);
5198 pkey = EVP_PKEY_new_raw_private_key_ex(libctx, strnid, NULL, keybin,
5201 pkey = EVP_PKEY_new_raw_public_key_ex(libctx, strnid, NULL, keybin,

Completed in 40 milliseconds