Lines Matching defs:present
365 * not present in the wire chain. For usage PKIX-TA(0), we augment
391 * not present in the wire chain.
3712 /* key usage, if present, must allow signing */
3889 /* Access wbio directly - in order to use the buffered bio if present */
5434 int *present;
5441 if (ext->present)
5449 if ((present = OPENSSL_malloc(sizeof(*present) * num)) == NULL) {
5455 if (ext->present) {
5458 present[ext->received_order] = ext->type;
5461 *out = present;
5465 OPENSSL_free(present);
5479 if (r->present && r->type == type) {