Searched refs:pkcs12_version (Results 1 – 1 of 1) sorted by relevance
882 static unsigned char pkcs12_version[3] = {0x02, 0x01, 0x03}; variable940 if (memcmp(buf + index, pkcs12_version, sizeof (pkcs12_version)) != 0) in check_for_pkcs12()943 index += sizeof (pkcs12_version); in check_for_pkcs12()