Home
last modified time | relevance | path

Searched refs:crypt_ra (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/ext/bcrypt/
H A Dbcrypt.scm16 (declare-cfn crypt_ra (key::(const char *)
27 [c::char* (crypt_ra pass setting (& data) (& size))])
H A Dwrapper.c171 char *crypt_ra(const char *key, const char *setting, in crypt_ra() function
268 weak_alias(__crypt_ra, crypt_ra)
391 if (strcmp(crypt_ra(key, hash, &data, &size), hash)) { in run()
467 p = crypt_ra(key, setting, &data, &size); in main()
H A Dow-crypt.h33 extern char *crypt_ra(__const char *key, __const char *setting,
/dports/multimedia/zoneminder/zoneminder-1.36.5/dep/libbcrypt/src/
H A Dwrapper.c179 char *crypt_ra(const char *key, const char *setting, in crypt_ra() function
280 weak_alias(__crypt_ra, crypt_ra)
403 if (strcmp(crypt_ra(key, hash, &data, &size), hash)) { in run()
479 p = crypt_ra(key, setting, &data, &size); in main()
/dports/security/libxcrypt/libxcrypt-4.4.27/test/
H A Dka-tester.c208 hash = crypt_ra (t->input, t->salt, &datap, &datasz);
215 hash = crypt_ra (t->input, t->expected,
H A Dshort-outbuf.c65 crypt_ra ("@@", "@@", (void **) &outbuf, &j); in main()
H A Dcrypt-badargs.c184 char *got = crypt_ra (phrase, setting, &datap, &datas); in test_crypt_ra()
H A Dka-table-gen.py510 _xcrypt_crypt_ra = LIBCRYPT.crypt_ra
/dports/security/libxcrypt/libxcrypt-4.4.27/lib/
H A Dcrypt.h.in24 /* The strings returned by crypt, crypt_r, crypt_rn, and crypt_ra will
73 argument. crypt_rn and crypt_ra do the same, treating the
93 bytes zero before calling crypt_r, crypt_rn, or crypt_ra for the
99 or crypt_ra for the first time with a just-allocated
100 'struct crypt_data'. This is not required if crypt_ra is allowed
140 extern char *crypt_ra (const char *__phrase, const char *__setting,
H A Dlibcrypt.map.in16 crypt_ra XCRYPT_2.0 GLIBC_2.0:owl:suse GLIBC_2.2.2:alt
H A Dcrypt.c206 crypt_ra (const char *phrase, const char *setting, void **data, int *size) in crypt_ra() function
/dports/multimedia/zoneminder/zoneminder-1.36.5/dep/libbcrypt/include/bcrypt/
H A Dow-crypt.h33 extern char *crypt_ra(__const char *key, __const char *setting,
/dports/net-im/jabberd/jabberd-2.7.0/util/
H A Dcrypt_blowfish.h31 extern char *crypt_ra(__const char *key, __const char *setting,
H A Dcrypt_blowfish.c1101 char *crypt_ra(const char *key, const char *setting, in crypt_ra() function
/dports/www/wt/wt-4.6.1/src/Wt/Auth/bcrypt/
H A Dwrapper.c375 if (strcmp(crypt_ra(key, hash, &data, &size), hash)) { in run()
451 p = crypt_ra(key, setting, &data, &size); in main()
/dports/security/libxcrypt/libxcrypt-4.4.27/
H A Dlibxcrypt.spec.rpkg177 crypt_ra, crypt_gensalt, crypt_gensalt_rn, and crypt_gensalt_ra.
460 %{_mandir}/man3/crypt_ra.3*
H A DREADME18 `crypt_rn`, `crypt_ra`, `crypt_gensalt`, `crypt_gensalt_rn`, and
H A DREADME.md18 `crypt_rn`, `crypt_ra`, `crypt_gensalt`, `crypt_gensalt_rn`, and
H A DMakefile.am60 doc/crypt_ra.3 \
H A Dconfigure.ac301 functions never return NULL. crypt_rn and crypt_ra are not affected
H A DNEWS349 and crypt_r to return NULL on failure, as crypt_rn and crypt_ra do,