Searched refs:e_buf (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/des/ |
D | fcrypt.c | 72 char e_buf[32 + 1]; /* replace 32 by 8 ? */ in DES_crypt() local 85 OPENSSL_strlcpy(e_buf, buf, sizeof(e_buf)); in DES_crypt() 86 ebcdic2ascii(e_buf, e_buf, sizeof(e_buf)); in DES_crypt() 89 ret = DES_fcrypt(e_buf, e_salt, buff); in DES_crypt()
|
/third_party/openssl/crypto/des/ |
D | fcrypt.c | 72 char e_buf[32 + 1]; /* replace 32 by 8 ? */ in DES_crypt() local 85 OPENSSL_strlcpy(e_buf, buf, sizeof(e_buf)); in DES_crypt() 86 ebcdic2ascii(e_buf, e_buf, sizeof(e_buf)); in DES_crypt() 89 ret = DES_fcrypt(e_buf, e_salt, buff); in DES_crypt()
|
/third_party/selinux/libsepol/src/ |
D | services.c | 175 static void cat_expr_buf(char *e_buf, const char *string) in cat_expr_buf() argument 181 p = e_buf + expr_buf_used; in cat_expr_buf() 185 new_buf = realloc(e_buf, new_buf_len); in cat_expr_buf() 192 e_buf = new_buf; in cat_expr_buf()
|