Home
last modified time | relevance | path

Searched refs:FFC_ERROR_PUBKEY_TOO_SMALL (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dffc_internal_test.c461 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()
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_key_validate.c43 *ret |= FFC_ERROR_PUBKEY_TOO_SMALL; in ossl_ffc_validate_public_key_partial()
/freebsd/crypto/openssl/include/internal/
H A Dffc.h78 # define FFC_ERROR_PUBKEY_TOO_SMALL 0x01 macro