Home
last modified time | relevance | path

Searched refs:base64_to_int12 (Results 1 – 8 of 8) sorted by relevance

/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/t/
H A Dpieces.t7 base64_to_int12 int12_to_base64
12 base64_to_int12("ab"), "\0\0\0\0\0\0\0\0"));
16 base64_to_int12("ab"),
18 base64_to_int12("ab"), "\0\0\0\0\0\0\0\0")));
32 is base64_to_int12(int12_to_base64(1234)), 1234;
H A Dutf8.t7 base64_to_int12 int12_to_base64
29 eval { base64_to_int12($bstr); };
/dports/security/p5-Authen-Passphrase/Authen-Passphrase-0.008/lib/Authen/Passphrase/
H A DBigCrypt.pm147 $salt = base64_to_int12($value);
190 $salt = base64_to_int12(
197 $salt = base64_to_int12(
H A DCrypt16.pm144 $salt = base64_to_int12($value);
H A DDESCrypt.pm256 base64_to_int12($value) :
/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/fcrypt/
H A Dfcrypt.h57 base64_to_int12(
H A Dfcrypt.c543 base64_to_int12( in base64_to_int12() function
684 saltnum = base64_to_int12(salt); in des_fcrypt()
/dports/security/p5-Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.11/
H A DUnixCrypt_XS.xs196 base64_to_int12( base64 )
205 RETVAL = base64_to_int12((char *)base64_octets);