HomeSort by relevance Sort by last modified time
    Searched refs:to_len (Results 1 - 11 of 11) sorted by null

  /external/boringssl/src/crypto/rsa/
internal.h 98 int RSA_padding_add_PKCS1_type_1(uint8_t *to, size_t to_len,
100 int RSA_padding_check_PKCS1_type_1(uint8_t *to, unsigned to_len,
102 int RSA_padding_add_PKCS1_type_2(uint8_t *to, size_t to_len,
104 int RSA_padding_check_PKCS1_type_2(uint8_t *to, unsigned to_len,
106 int RSA_padding_check_PKCS1_OAEP_mgf1(uint8_t *to, unsigned to_len,
110 int RSA_padding_add_none(uint8_t *to, size_t to_len, const uint8_t *from,
padding.c 74 int RSA_padding_add_PKCS1_type_1(uint8_t *to, size_t to_len,
77 if (to_len < RSA_PKCS1_PADDING_SIZE) {
82 if (from_len > to_len - RSA_PKCS1_PADDING_SIZE) {
89 OPENSSL_memset(to + 2, 0xff, to_len - 3 - from_len);
90 to[to_len - from_len - 1] = 0;
91 OPENSSL_memcpy(to + to_len - from_len, from, from_len);
95 int RSA_padding_check_PKCS1_type_1(uint8_t *to, unsigned to_len,
138 if (j > to_len) {
163 int RSA_padding_add_PKCS1_type_2(uint8_t *to, size_t to_len,
166 if (to_len < RSA_PKCS1_PADDING_SIZE)
    [all...]
  /external/boringssl/src/decrepit/rsa/
rsa_decrepit.c 98 int RSA_padding_add_PKCS1_OAEP(uint8_t *to, size_t to_len,
101 return RSA_padding_add_PKCS1_OAEP_mgf1(to, to_len, from, from_len, param,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c     [all...]
stringobject.c 2825 Py_ssize_t from_len, to_len; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c     [all...]
stringobject.c 2806 Py_ssize_t from_len, to_len; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
macro.c 115 size_t to_len = strlen (to); local
120 if (to_len == 4 && strcasecmp (to, "ENDR") == 0)
201 if (strncasecmp (ptr->ptr + i, to, to_len) == 0
202 && (ptr->len == (i + to_len)
203 || ! (is_part_of_name (ptr->ptr[i + to_len])
204 || is_name_ender (ptr->ptr[i + to_len]))))
  /external/boringssl/src/include/openssl/
rsa.h 357 uint8_t *to, size_t to_len, const uint8_t *from, size_t from_len,
522 OPENSSL_EXPORT int RSA_padding_add_PKCS1_OAEP(uint8_t *to, size_t to_len,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniguruma.h 150 typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
    [all...]
regparse.c     [all...]

Completed in 732 milliseconds