Symbol: XORSIGALG_NAME
crypto/openssl/test/tls-provider.c
1123
k->tls_name = OPENSSL_strdup(XORSIGALG_NAME);
crypto/openssl/test/tls-provider.c
1301
{ XORSIGALG_NAME, "provider=tls-provider,fips=yes",
crypto/openssl/test/tls-provider.c
1708
#define xorhmacsig_input_type XORSIGALG_NAME
crypto/openssl/test/tls-provider.c
1709
#define xorhmacsig_pem_type XORSIGALG_NAME
crypto/openssl/test/tls-provider.c
2075
ENCODER_w_structure(XORSIGALG_NAME, xorhmacsig, der, PrivateKeyInfo),
crypto/openssl/test/tls-provider.c
2076
ENCODER_w_structure(XORSIGALG_NAME, xorhmacsig, pem, PrivateKeyInfo),
crypto/openssl/test/tls-provider.c
2077
ENCODER_w_structure(XORSIGALG_NAME, xorhmacsig, der, EncryptedPrivateKeyInfo),
crypto/openssl/test/tls-provider.c
2078
ENCODER_w_structure(XORSIGALG_NAME, xorhmacsig, pem, EncryptedPrivateKeyInfo),
crypto/openssl/test/tls-provider.c
2079
ENCODER_w_structure(XORSIGALG_NAME, xorhmacsig, der, SubjectPublicKeyInfo),
crypto/openssl/test/tls-provider.c
2080
ENCODER_w_structure(XORSIGALG_NAME, xorhmacsig, pem, SubjectPublicKeyInfo),
crypto/openssl/test/tls-provider.c
2533
MAKE_DECODER(XORSIGALG_NAME, xorhmacsig, xor, PrivateKeyInfo);
crypto/openssl/test/tls-provider.c
2534
MAKE_DECODER(XORSIGALG_NAME, xorhmacsig, xor, SubjectPublicKeyInfo);
crypto/openssl/test/tls-provider.c
2559
DECODER_w_structure(XORSIGALG_NAME, der, PrivateKeyInfo, xorhmacsig),
crypto/openssl/test/tls-provider.c
2560
DECODER_w_structure(XORSIGALG_NAME, der, SubjectPublicKeyInfo, xorhmacsig),
crypto/openssl/test/tls-provider.c
3108
{ XORSIGALG_NAME, "provider=tls-provider,fips=yes",
crypto/openssl/test/tls-provider.c
320
XORSIGALG_NAME, sizeof(XORSIGALG_NAME)),
crypto/openssl/test/tls-provider.c
322
XORSIGALG_NAME,
crypto/openssl/test/tls-provider.c
323
sizeof(XORSIGALG_NAME)),
crypto/openssl/test/tls-provider.c
3237
if (!c_obj_create(handle, XORSIGALG_OID, XORSIGALG_NAME, XORSIGALG_NAME)) {