Searched refs:gost_x (Results 1 – 2 of 2) sorted by relevance
/dports/security/gnutls/gnutls-3.6.16/tests/ |
H A D | key-export-pkcs8.c | 58 unsigned char gost_x[] = "\xd0\xbb\xe9\xf4\xc6\xa8\x60\x3c\x73\x91\x44\x55\xcf\xbd\x50\xdd\x2c\x3d\… variable 85 gnutls_datum_t _gost_x = {gost_x, sizeof(gost_x)-1};
|
H A D | key-import-export.c | 91 unsigned char gost_x[] = "\xd0\xbb\xe9\xf4\xc6\xa8\x60\x3c\x73\x91\x44\x55\xcf\xbd\x50\xdd\x2c\x3d\… variable 118 gnutls_datum_t _gost_x = {gost_x, sizeof(gost_x)-1}; 503 CMP("x", &x, gost_x); in check_privkey_import_export() 526 CMP_NO_LZ("x", &x, gost_x); in check_privkey_import_export() 942 CMP("x", &x, gost_x); in check_gost() 963 CMP_NO_LZ("x", &x, gost_x); in check_gost() 986 CMP("x", &x, gost_x); in check_gost()
|