Searched refs:FFC_ERROR_PUBKEY_TOO_SMALL (Results 1 – 3 of 3) sorted by relevance
461 if (!TEST_int_eq(FFC_ERROR_PUBKEY_TOO_SMALL, res)) in ffc_public_validate_test()468 if (!TEST_int_eq(FFC_ERROR_PUBKEY_TOO_SMALL, res)) in ffc_public_validate_test()473 if (!TEST_int_eq(FFC_ERROR_PUBKEY_TOO_SMALL, res)) in ffc_public_validate_test()
43 *ret |= FFC_ERROR_PUBKEY_TOO_SMALL; in ossl_ffc_validate_public_key_partial()
78 # define FFC_ERROR_PUBKEY_TOO_SMALL 0x01 macro