php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | BF_ctx |
Macros | |
#define | __set_errno(val) |
#define | BF_SCALE 0 |
#define | BF_N 16 |
#define | BF_safe_atoi64(dst, src) |
#define | BF_INDEX(S, i) |
#define | BF_ROUND(L, R, N) |
#define | BF_ENCRYPT |
#define | BF_body() |
Typedefs | |
typedef unsigned int | BF_word |
typedef signed int | BF_word_signed |
typedef BF_word | BF_key[BF_N+2] |
Functions | |
char * | php_crypt_blowfish_rn (const char *key, const char *setting, char *output, int size) |
Definition at line 50 of file crypt_blowfish.c.
#define BF_body | ( | ) |
Definition at line 515 of file crypt_blowfish.c.
#define BF_ENCRYPT |
Definition at line 493 of file crypt_blowfish.c.
Definition at line 469 of file crypt_blowfish.c.
#define BF_N 16 |
Definition at line 66 of file crypt_blowfish.c.
#define BF_safe_atoi64 | ( | dst, | |
src ) |
Definition at line 371 of file crypt_blowfish.c.
#define BF_SCALE 0 |
Definition at line 59 of file crypt_blowfish.c.
Definition at line 68 of file crypt_blowfish.c.
typedef unsigned int BF_word |
Definition at line 62 of file crypt_blowfish.c.
typedef signed int BF_word_signed |
Definition at line 63 of file crypt_blowfish.c.
char * php_crypt_blowfish_rn | ( | const char * | key, |
const char * | setting, | ||
char * | output, | ||
int | size ) |
Definition at line 803 of file crypt_blowfish.c.