Home
last modified time | relevance | path

Searched refs:PEM_PRIV_KEY_START (Results 1 – 2 of 2) sorted by last modified time

/dports/security/p5-Net-SAML/zxid-1.42/
H A Derrmac.h824 #define PEM_PRIV_KEY_START "-----BEGIN PRIVATE KEY-----" macro
H A Dzxidconf.c182 } else if (p = strstr(buf, PEM_PRIV_KEY_START)) { /* Not official format, but sometimes seen. */ in zxid_extract_private_key()
185 p += sizeof(PEM_PRIV_KEY_START) - 1; in zxid_extract_private_key()