Home
last modified time | relevance | path

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

/openssl/test/
H A Devp_test.c4874 char *strnid = NULL, *keydata = NULL; in parse() local
4884 strnid = strchr(pp->value, ':'); in parse()
4885 if (strnid != NULL) { in parse()
4886 *strnid++ = '\0'; in parse()
4887 keydata = strchr(strnid, ':'); in parse()
4896 nid = OBJ_txt2nid(strnid); in parse()
4906 pkey = EVP_PKEY_new_raw_private_key_ex(libctx, strnid, NULL, keybin, in parse()
4909 pkey = EVP_PKEY_new_raw_public_key_ex(libctx, strnid, NULL, keybin, in parse()

Completed in 23 milliseconds