Home
last modified time | relevance | path

Searched refs:strnid (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Devp_test.c2560 char *strnid = NULL, *keydata = NULL; in parse() local
2570 strnid = strchr(pp->value, ':'); in parse()
2571 if (strnid != NULL) { in parse()
2572 *strnid++ = '\0'; in parse()
2573 keydata = strchr(strnid, ':'); in parse()
2582 nid = OBJ_txt2nid(strnid); in parse()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c3783 char *strnid = NULL, *keydata = NULL; in parse() local
3793 strnid = strchr(pp->value, ':'); in parse()
3794 if (strnid != NULL) { in parse()
3795 *strnid++ = '\0'; in parse()
3796 keydata = strchr(strnid, ':'); in parse()
3805 nid = OBJ_txt2nid(strnid); in parse()
3815 pkey = EVP_PKEY_new_raw_private_key_ex(libctx, strnid, NULL, keybin, in parse()
3818 pkey = EVP_PKEY_new_raw_public_key_ex(libctx, strnid, NULL, keybin, in parse()