Lines Matching defs:key
45 if (s->key == NULL) {
46 if (!TEST_ptr(s->key = BIO_new(BIO_s_mem())))
48 } else if (!TEST_int_gt(BIO_reset(s->key), 0)) {
55 if (!TEST_int_gt(BIO_puts(s->key, tmpbuf), 0))
60 TEST_error("Can't find key end");
89 char *p, *equals, *key;
108 /* Parse into key=value */
114 if (!TEST_ptr(key = strip_spaces(s->buff))) {
121 if (strcmp(key, "Title") == 0) {
129 if (strcmp(key, "PrivateKey") == 0) {
133 if (strcmp(key, "PublicKey") == 0) {
139 || !TEST_ptr(pp->key = OPENSSL_strdup(key))
155 OPENSSL_free(pp->key);