Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_test.c5166 char *strnid = NULL, *keydata = NULL; in parse() local
5176 strnid = strchr(pp->value, ':'); in parse()
5177 if (strnid != NULL) { in parse()
5178 *strnid++ = '\0'; in parse()
5179 keydata = strchr(strnid, ':'); in parse()
5188 nid = OBJ_txt2nid(strnid); in parse()
5198 pkey = EVP_PKEY_new_raw_private_key_ex(libctx, strnid, NULL, keybin, in parse()
5201 pkey = EVP_PKEY_new_raw_public_key_ex(libctx, strnid, NULL, keybin, in parse()