Lines Matching defs:present
376 * not present in the wire chain. For usage PKIX-TA(0), we augment
402 * not present in the wire chain.
3812 /* key usage, if present, must allow signing */
3993 /* Access wbio directly - in order to use the buffered bio if present */
5553 int *present;
5560 if (ext->present)
5568 if ((present = OPENSSL_malloc(sizeof(*present) * num)) == NULL) {
5574 if (ext->present) {
5577 present[ext->received_order] = ext->type;
5580 *out = present;
5584 OPENSSL_free(present);
5598 if (r->present && r->type == type) {