Home
last modified time | relevance | path

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

1234567

/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dblake2.h40 uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */ member
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */ member
102 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal,
115 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal,
/third_party/openssl/providers/implementations/include/prov/
Dblake2.h40 uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */ member
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */ member
102 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal,
115 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal,
/third_party/openssl/providers/implementations/digests/
Dblake2b_prov.c95 memset(P->personal, 0, sizeof(P->personal)); in ossl_blake2b_param_init()
108 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal, in ossl_blake2b_param_set_personal() argument
111 memcpy(P->personal, personal, len); in ossl_blake2b_param_set_personal()
112 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len); in ossl_blake2b_param_set_personal()
Dblake2s_prov.c89 memset(P->personal, 0, sizeof(P->personal)); in ossl_blake2s_param_init()
102 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal, in ossl_blake2s_param_set_personal() argument
105 memcpy(P->personal, personal, len); in ossl_blake2s_param_set_personal()
106 memset(P->personal + len, 0, BLAKE2S_PERSONALBYTES - len); in ossl_blake2s_param_set_personal()
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
Dblake2b_prov.c95 memset(P->personal, 0, sizeof(P->personal)); in ossl_blake2b_param_init()
108 void ossl_blake2b_param_set_personal(BLAKE2B_PARAM *P, const uint8_t *personal, in ossl_blake2b_param_set_personal() argument
111 memcpy(P->personal, personal, len); in ossl_blake2b_param_set_personal()
112 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len); in ossl_blake2b_param_set_personal()
Dblake2s_prov.c89 memset(P->personal, 0, sizeof(P->personal)); in ossl_blake2s_param_init()
102 void ossl_blake2s_param_set_personal(BLAKE2S_PARAM *P, const uint8_t *personal, in ossl_blake2s_param_set_personal() argument
105 memcpy(P->personal, personal, len); in ossl_blake2s_param_set_personal()
106 memset(P->personal + len, 0, BLAKE2S_PERSONALBYTES - len); in ossl_blake2s_param_set_personal()
/third_party/icu/icu4c/source/data/rbnf/
Dbg.txt154 "%spellout-cardinal-masculine-personal:",
170 "100: \u0441\u0442\u043E[ >%%spellout-cardinal-masculine-personal-and>];",
171 … "200: \u0434\u0432\u0435\u0441\u0442\u0430[ >%%spellout-cardinal-masculine-personal-and>];",
172 … "300: \u0442\u0440\u0438\u0441\u0442\u0430[ >%%spellout-cardinal-masculine-personal-and>];",
173 …al-masculine<\u0441\u0442\u043E\u0442\u0438\u043D[ >%%spellout-cardinal-masculine-personal-and>];",
174 … "1000: \u0445\u0438\u043B\u044F\u0434\u0430[ >%%spellout-cardinal-masculine-personal-and>];",
175 …al-feminine< \u0445\u0438\u043B\u044F\u0434\u0438[ >%%spellout-cardinal-masculine-personal-and>];",
176 …her{\u043C\u0438\u043B\u0438\u043E\u043D\u0430})$[ >%%spellout-cardinal-masculine-personal-and>];",
177 …043C\u0438\u043B\u0438\u0430\u0440\u0434\u0430})$[ >%%spellout-cardinal-masculine-personal-and>];",
178 …0442\u0440\u0438\u043B\u0438\u043E\u043D\u0430})$[ >%%spellout-cardinal-masculine-personal-and>];",
[all …]
/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()
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()
Dblake2.h83 uint8_t personal[BLAKE2S_PERSONALBYTES]; // 32 member
109 uint8_t personal[BLAKE2B_PERSONALBYTES]; // 64 member
/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/rust/crates/bitflags/
DCODE_OF_CONDUCT.md9 education, socio-economic status, nationality, personal appearance, race,
27 * 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/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/jinja2/
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/rust/crates/codespan/
DCODE_OF_CONDUCT.md7 …city, gender identity and expression, level of experience, nationality, personal appearance, race,…
22 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/json/docs/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/rust/crates/io-lifetimes/
DCODE_OF_CONDUCT.md7 …city, gender identity and expression, level of experience, nationality, personal appearance, race,…
22 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/rust/crates/rustix/
DCODE_OF_CONDUCT.md7 …city, gender identity and expression, level of experience, nationality, personal appearance, race,…
22 * Trolling, insulting/derogatory comments, and personal or political attacks
/third_party/rust/crates/linux-raw-sys/
DCODE_OF_CONDUCT.md7 …city, gender identity and expression, level of experience, nationality, personal appearance, race,…
22 * Trolling, insulting/derogatory comments, and personal or political attacks
/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 >>;",

1234567