Searched refs:is_legal (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/jpake/
H A Djpake.c289 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) function
307 if (!is_legal(received->p1.gx, ctx)) {
313 if (!is_legal(received->p2.gx, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/jpake/
H A Djpake.c289 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) function
307 if (!is_legal(received->p1.gx, ctx)) {
313 if (!is_legal(received->p2.gx, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h515 bool is_legal() const;
791 bool is_legal(bool check_cd_da_subset = false, const char **violation = 0) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp462 bool SeekTable::is_legal() const
1012 bool CueSheet::is_legal(bool check_cd_da_subset, const char **violation) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp951 printf("testing SeekTable::is_legal()... ");
952 if(block.is_legal())
965 printf("testing SeekTable::is_legal()... ");
966 if(!block.is_legal())

Completed in 84 milliseconds