Home
last modified time | relevance | path

Searched refs:personal (Results 1 – 25 of 187) sorted by relevance

12345678

/third_party/python/Modules/_blake2/impl/
Dblake2b-ref.c133 static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERS… in blake2b_param_set_personal()
135 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES ); in blake2b_param_set_personal()
193 memset( P->personal, 0, sizeof( P->personal ) ); in blake2b_init()
216 memset( P->personal, 0, sizeof( P->personal ) ); in blake2b_init_key()
Dblake2s-ref.c126 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERS… in blake2s_param_set_personal()
128 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES ); in blake2s_param_set_personal()
187 memset( P->personal, 0, sizeof( P->personal ) ); in blake2s_init()
209 memset( P->personal, 0, sizeof( P->personal ) ); in blake2s_init_key()
Dblake2sp.c39 memset( P->personal, 0, sizeof( P->personal ) ); in blake2sp_init_leaf()
57 memset( P->personal, 0, sizeof( P->personal ) ); in blake2sp_init_root()
Dblake2bp.c41 memset( P->personal, 0, sizeof( P->personal ) ); in blake2bp_init_leaf()
60 memset( P->personal, 0, sizeof( P->personal ) ); in blake2bp_init_root()
Dblake2s.c163 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERS… in blake2s_param_set_personal()
165 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES ); in blake2s_param_set_personal()
Dblake2.h83 uint8_t personal[BLAKE2S_PERSONALBYTES]; // 32 member
109 uint8_t personal[BLAKE2B_PERSONALBYTES]; // 64 member
Dblake2b.c175 static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERS… in blake2b_param_set_personal()
177 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES ); in blake2b_param_set_personal()
/third_party/openssl/crypto/blake2/
Dblake2_local.h41 uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */ member
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */ member
Dblake2s.c91 memset(P->personal, 0, sizeof(P->personal)); in BLAKE2s_Init()
Dblake2b.c95 memset(P->personal, 0, sizeof(P->personal)); in BLAKE2b_Init()
/third_party/curl/docs/
DCODE_OF_CONDUCT.md11 identity and expression, sexual orientation, disability, personal appearance,
15 language or imagery, derogatory comments or personal attacks, trolling, public
/third_party/json/doc/mkdocs/docs/home/
Dcode_of_conduct.md5 …city, gender identity and expression, level of experience, nationality, personal appearance, race,…
20 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/json/
DCODE_OF_CONDUCT.md5 …city, gender identity and expression, level of experience, nationality, personal appearance, race,…
20 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/pulseaudio/
DCODE_OF_CONDUCT.md9 level of experience, education, socio-economic status, nationality, personal
27 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/typescript_eslint/
DCODE_OF_CONDUCT.md9 level of experience, education, socioeconomic status, nationality, personal
27 - Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/boost/tools/quickbook/doc/boost-doc-tools/
Dpdfs.qbk15 [@http://www.renderx.com/download/personal.html
/third_party/libsoup/.gitlab-ci/
DREADME.md18 need to [create a personal access token][pat] and use that rather than
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/
Dpl.txt50 "%spellout-cardinal-masculine-personal:",
52 "x.x: <%spellout-cardinal-masculine-personal< przecinek >>;",
217 "%spellout-cardinal-masculine-accusative-personal:",
219 "x.x: <%spellout-cardinal-masculine-accusative-personal< przecinek >>;",
/third_party/icu/icu4c/source/data/rbnf/
Dpl.txt51 "%spellout-cardinal-masculine-personal:",
53 "x.x: <%spellout-cardinal-masculine-personal< przecinek >>;",
218 "%spellout-cardinal-masculine-accusative-personal:",
220 "x.x: <%spellout-cardinal-masculine-accusative-personal< przecinek >>;",
/third_party/skia/third_party/externals/icu/source/data/rbnf/
Dpl.txt51 "%spellout-cardinal-masculine-personal:",
53 "x.x: <%spellout-cardinal-masculine-personal< przecinek >>;",
218 "%spellout-cardinal-masculine-accusative-personal:",
220 "x.x: <%spellout-cardinal-masculine-accusative-personal< przecinek >>;",
/third_party/boost/libs/convert/doc/
Dno_optional_interface.qbk15 …ght be potentially more suitable for certain deployment scenarios (or due to personal preferences):
/third_party/skia/modules/pathkit/npm-asmjs/
DCODE_OF_CONDUCT.md9 experience, education, socio-economic status, nationality, personal appearance,
27 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/skia/modules/canvaskit/npm_build/
DCODE_OF_CONDUCT.md9 experience, education, socio-economic status, nationality, personal appearance,
27 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/skia/third_party/externals/wuffs/docs/
Dcode-of-conduct.md9 experience, education, socio-economic status, nationality, personal appearance,
27 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/flutter/skia/modules/pathkit/npm-wasm/
DCODE_OF_CONDUCT.md9 experience, education, socio-economic status, nationality, personal appearance,
27 * Trolling, insulting/derogatory comments, and personal or political attacks

12345678