Home
last modified time | relevance | path

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

12345

/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-ref.c140 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE… in blake2b_param_set_personal()
142 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES ); in blake2b_param_set_personal()
189 memset( P->personal, 0, sizeof( P->personal ) ); in blake2b_init()
212 memset( P->personal, 0, sizeof( P->personal ) ); in blake2b_init_key()
Dblake2s-ref.c133 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE… in blake2s_param_set_personal()
135 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES ); in blake2s_param_set_personal()
183 memset( P->personal, 0, sizeof( P->personal ) ); in blake2s_init()
205 memset( P->personal, 0, sizeof( P->personal ) ); in blake2s_init_key()
Dblake2.h102 uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */ member
117 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */ member
Dblake2s.c156 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE… in blake2s_param_set_personal()
158 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES ); in blake2s_param_set_personal()
Dblake2b.c169 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE… in blake2b_param_set_personal()
171 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES ); in blake2b_param_set_personal()
/external/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
/external/catch2/
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
/external/robolectric-shadows/
DCODE_OF_CONDUCT.md9 nationality, personal appearance, race, religion, or sexual identity and
27 * Trolling, insulting/derogatory comments, and personal or political attacks
/external/icu/icu4c/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 >>;",
/external/skqp/experimental/canvaskit/canvaskit/
DCODE_OF_CONDUCT.md9 experience, education, socio-economic status, nationality, personal appearance,
27 * Trolling, insulting/derogatory comments, and personal or political attacks
/external/skqp/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
/external/skqp/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
/external/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
/external/skia/modules/canvaskit/canvaskit/
DCODE_OF_CONDUCT.md9 experience, education, socio-economic status, nationality, personal appearance,
27 * Trolling, insulting/derogatory comments, and personal or political attacks
/external/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
/external/tensorflow/
DCODE_OF_CONDUCT.md3 …city, gender identity and expression, level of experience, nationality, personal appearance, race,…
20 * Trolling, insulting/derogatory comments, and personal or political attacks.
/external/e2fsprogs/
DSUBMITTING-PATCHES32 personal information I submit with it, including my sign-off) is
/external/python/google-api-python-client/
DCODE_OF_CONDUCT.md12 sexual orientation, disability, personal appearance,
/external/icu/icu4c/source/data/translit/
DHan_Latin_Names.txt9 # Chinese personal names - surname first - that occur at the beginning of a contiguous Han substring
/external/iw/
DCONTRIBUTING47 personal information I submit with it, including my sign-off) is
/external/ukey2/src/main/proto/
Dproximity_payloads.proto29 // personal device of the user. This is a string that may be shown to the
/external/antlr/
Dcontributors.txt41 personal information I submit with it, including my sign-off) is
/external/owasp/sanitizer/tools/findbugs/licenses/
DLICENSE-AppleJavaExtensions.txt16 subject to these terms, Apple grants you a personal, non-exclusive
/external/python/cpython3/Doc/install/
Dindex.rst208 (Or you could do this permanently with a directive in your system or personal
393 The idea behind the "home scheme" is that you build and maintain a personal
761 As mentioned above, you can use Distutils configuration files to record personal
785 | personal | :file:`$HOME/.pydistutils.cfg` | \(2) |
797 | personal | :file:`%HOME%\\pydistutils.cfg` | \(5) |
802 On all platforms, the "personal" file can be temporarily disabled by
859 installed as your personal config file (on systems that support them), it will
1026 this in your personal or system-wide configuration file for Distutils (see
1062 consider writing it in your personal or system-wide configuration file for
/external/python/cpython2/Doc/install/
Dindex.rst209 (Or you could do this permanently with a directive in your system or personal
390 The idea behind the "home scheme" is that you build and maintain a personal
750 As mentioned above, you can use Distutils configuration files to record personal
774 | personal | :file:`$HOME/.pydistutils.cfg` | \(2) |
786 | personal | :file:`%HOME%\\pydistutils.cfg` | \(5) |
791 On all platforms, the "personal" file can be temporarily disabled by
846 installed as your personal config file (on systems that support them), it will
1011 this in your personal or system-wide configuration file for Distutils (see
1047 consider writing it in your personal or system-wide configuration file for

12345